From 71d1b103a5ddca3622d3ddb22cb4a2e136faf20e Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 9 Oct 2024 00:13:10 +0200 Subject: [PATCH] Update Release-creation.md --- docs/Release-creation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Release-creation.md b/docs/Release-creation.md index ab4c3ca..777a0a6 100644 --- a/docs/Release-creation.md +++ b/docs/Release-creation.md @@ -1,5 +1,6 @@ # Release Procedure Follow these steps to create a release: + 1. Document all relevant changes in the [Changelog](https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/Changelog.md) in the `main` branch. To get a list of commits, you can call `git log --oneline` or check [commits/main/](https://github.com/jomjol/AI-on-the-edge-device-docs/commits/main/). Summarize the relevant changes since the last release. 1. Wait for the GitHub action to run successfully.