Preparing for Release
- Changelog is merged back from
masterbranch torollingbranch (should be the last step of the previous release creation) - All changes are documented in the Changelog in
rollingbranch
Release creation steps
- Merge
rollingintomasterbranch - Best to wait for the GitHub action to run successfully
-
On
masterbranch tag the version likev11.3.1and don't forget to push it:git checkout master git pull git tag v14.0.0 git push --tags5. Wait for the GitHub-Action of release creation. After all is done: * the release should be created * the artifacts are downloadable from release * The documented changes were applied to the release 6. Merge master back inrolling7. Check that the Web Installer shows the right version