From 7dc989d91a722a3ea8e3e324b90c6ab4af73a5ae Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 21 Feb 2024 11:58:38 +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 0a8ab80..476b135 100644 --- a/Release-process-for-v5.md +++ b/Release-process-for-v5.md @@ -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