Preparing for release
- Changelog is merged back from
master branch to rolling branch (should be the last step of the previous release creation)
- All changes are documented in the Changelog in
rolling branch
Release creation steps
- Merge
rolling into master branch
- Best to wait for the GitHub action to run successfully
- On
master branch tag the version like v11.3.1 and don't forget to push it.
- 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
- Merge master back in
rolling
- In
rolling create a folder rolling/docs/releases/download/<VERSION> and add the firmware.bin from one of the release artifacts.
- Update
rolling/docs/manifest.json with the new version (update the version and the last path fields)