From 5bc24a2871cbc4c4870b0ca17bcd219746f80ff9 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 25 Dec 2024 19:49:24 +0100 Subject: [PATCH] Update Release-creation.md --- docs/Release-creation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Release-creation.md b/docs/Release-creation.md index 00ab183..b750083 100644 --- a/docs/Release-creation.md +++ b/docs/Release-creation.md @@ -1,7 +1,7 @@ # 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. +1. Document all relevant changes in the [Changelog](https://github.com/jomjol/AI-on-the-edge-device/blob/main/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. 1. Test it to see if everything worsk as expected.