Updated Release process for v5 (markdown)

Mahmoud Ben Hassine 2023-07-19 10:44:51 +02:00
parent 5abe329cfa
commit ff5ab108b9

@ -86,7 +86,7 @@ $>mvn test # make sure the tests pass (no functional tests here, we are only che
1. Go to Github Actions: https://github.com/spring-projects/spring-batch/actions.
2. Run the "Maven Central Release" workflow by providing the version to release. This will download the artifacts from the Artifactory staging repository, sign them with GPG and upload them to Maven Central.
# Part 4: Tag the release
# Part 3: Tag the release
None of the previous Github Actions changes the version in the code and pushes the changes to the upstream repository. The version change is done manually **on purpose**. At this point, the release should have been staged, tested and promoted to Artifactory or Maven Central. It is now safe to change the version in the code and push it to the upstream repository. From the root directory of the project, run the following commands (change the version number accordingly):