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 ```