Updated Release process for v5 (markdown)

Mahmoud Ben Hassine 2023-02-23 00:21:02 +01:00
parent c939e58e29
commit 674d455198

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