Update Release-creation.md

This commit is contained in:
CaCO3
2024-02-16 23:50:53 +01:00
committed by GitHub
parent c385d64f32
commit 987ade6caf

View File

@@ -1,7 +1,8 @@
# Preparing for Release
1. [Changelog](https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/Changelog.md) is merged back from `master` branch to `rolling` branch (should be the last step of the previous release creation)
1. All changes are documented in the [Changelog](https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/Changelog.md) in `rolling` branch
1. All changes are documented in the [Changelog](https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/Changelog.md) in `rolling` branch.
To get a list of commits, call `git log --oneline`. Summarize the relevant chnages since the last release.
## Release creation steps