From 674d455198051ec87ffb07f3810fa63e26703409 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Thu, 23 Feb 2023 00:21:02 +0100 Subject: [PATCH] Updated Release process for v5 (markdown) --- Release-process-for-v5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-process-for-v5.md b/Release-process-for-v5.md index 585b78a..1d98ca8 100644 --- a/Release-process-for-v5.md +++ b/Release-process-for-v5.md @@ -60,7 +60,7 @@ None of the previous Github Actions changes the version in the code and pushes t ``` $./mvnw versions:set -DgenerateBackupPoms=false -DnewVersion=5.0.1 -$git commit -m "Release version 5.0.1" +$git commit -a -m "Release version 5.0.1" $git tag -a v5.0.1 -m "Release version 5.0.1" $git push upstream v5.0.1 ```