Skip to content

Commit 9151487

Browse files
committed
Simplify the script instructions for the next steps.
Signed-off-by: James R. Perkins <jperkins@ibm.com>
1 parent e96d1ba commit 9151487

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

release.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,7 @@ if [ ${status} = 0 ]; then
154154
echo "Your release has been successful. Check the validation after $(date -d "now + 10 minutes" +"%H:%M:%S") on https://repository.jboss.org/nexus."
155155
echo "Once validation is successful, execute the following command:"
156156
echo ""
157-
echo "git checkout ${TAG_NAME}"
158-
echo "mvn nxrm3:staging-move -Dmaven.repo.local=\"${LOCAL_REPO}\""
159-
echo "git checkout ${CURRENT_BRANCH}"
157+
echo "mvn nxrm3:staging-move -Dmaven.repo.local=\"${LOCAL_REPO}\" -Dnexus.staging.tag=\"${TAG_NAME}\""
160158
echo "git push upstream ${CURRENT_BRANCH}"
161159
echo "git push upstream ${TAG_NAME}"
162160

0 commit comments

Comments
 (0)