mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 19:46:56 +03:00
1.1 KiB
1.1 KiB
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. - 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
rollingcreate a folderrolling/docs/releases/download/<VERSION>and add thefirmware.binfrom one of the release artifacts. - Update
rolling/docs/manifest.jsonwith the new version (update theversionand the lastpathfields)