This commit is contained in:
phips28 2020-04-03 13:08:03 +02:00
parent a5b2f289e9
commit ee0e78b19c
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ It is meant to be used on every successful merge to master but
you'll need to configured that workflow yourself. You can look to the you'll need to configured that workflow yourself. You can look to the
[`.github/workflows/push.yml`](./.github/workflows/push.yml) file in this project as an example. [`.github/workflows/push.yml`](./.github/workflows/push.yml) file in this project as an example.
Make sure you use the `actions/checkout@v2` action!
### Workflow ### Workflow
* Based on the commit messages, increment the version from the lastest release. * Based on the commit messages, increment the version from the lastest release.