Updated Release process for v5 (markdown)

Mahmoud Ben Hassine 2024-02-21 11:58:38 +01:00
parent 54a9624eb8
commit 7dc989d91a

@ -19,7 +19,7 @@
### Part 3: Promote release to Maven Central
1. Go to Github Actions: https://github.com/spring-projects/spring-batch/actions.
2. Run the "Maven Central Release" workflow **from the branch to release** ❗ and provide the version to release. This will download the artifacts from the Artifactory staging repository, sign them with GPG and upload them to Maven Central.
2. Run the "Maven Central Release" workflow **from the `main` branch** ❗ and provide 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