From 19419c16332ab6d4f75d9a50023b32631d1394ed Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sun, 25 Aug 2024 18:44:15 +0200 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 5fbf5c4..046a6bd 100644 --- a/docs/Release-creation.md +++ b/docs/Release-creation.md @@ -2,7 +2,7 @@ 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. - To get a list of commits, call `git log --oneline`. Summarize the relevant chnages since the last release. + To get a list of commits, call `git log --oneline`. Summarize the relevant changes since the last release. ## Release creation steps