We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96d1ba commit 9151487Copy full SHA for 9151487
1 file changed
release.sh
@@ -154,9 +154,7 @@ if [ ${status} = 0 ]; then
154
echo "Your release has been successful. Check the validation after $(date -d "now + 10 minutes" +"%H:%M:%S") on https://repository.jboss.org/nexus."
155
echo "Once validation is successful, execute the following command:"
156
echo ""
157
- echo "git checkout ${TAG_NAME}"
158
- echo "mvn nxrm3:staging-move -Dmaven.repo.local=\"${LOCAL_REPO}\""
159
- echo "git checkout ${CURRENT_BRANCH}"
+ echo "mvn nxrm3:staging-move -Dmaven.repo.local=\"${LOCAL_REPO}\" -Dnexus.staging.tag=\"${TAG_NAME}\""
160
echo "git push upstream ${CURRENT_BRANCH}"
161
echo "git push upstream ${TAG_NAME}"
162
0 commit comments