Clarify release instructions
This commit is contained in:
parent
1cceb60f80
commit
89db65fd2a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
1. Bring code changes to `develop` branch (either directly or via pull request). Never work directly on `master`!
|
||||
1. A GitHub Action will be triggered by the commit. This action will build the application. If the version number in `package.json` is equal to a previous release, nothing more will happen. If you want to create a new release draft, you need to bump the version number. Then a new release draft will be created and the built executables will be attached by the GitHub Action. (On subsequent commits with the same version number the release draft will be updated with the new executables.)
|
||||
1. Download the executables and make sure they work as expected.
|
||||
1. Once the new executables are ready to be released, update the description of the draft if necessary and release it. The current commit will be tagged automatically.
|
||||
1. Once the new executables are ready to be released, update the description of the draft if necessary (make sure to choose `develop` as target for tagging) and release it. The current commit will be tagged automatically.
|
||||
1. Another GitHub Action which merges the new commits from `develop` into `master` will be triggered.
|
||||
|
||||
## Local development
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue