cstamas commented on code in PR #1020:
URL: https://github.com/apache/maven-mvnd/pull/1020#discussion_r1639641617


##########
build/release-build.sh:
##########
@@ -139,4 +139,6 @@ mvn versions:set -DnewVersion=$NEXT_VERSION
 # commit
 git add -A
 git commit -m "Next is $NEXT_VERSION"
-git push origin mvnd-1.x
+# git push origin mvnd-1.x
+
+# NOTE: Manually push once done: git push origin mvnd-1.x --tags

Review Comment:
   added reminder message at end



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to