adoroszlai commented on code in PR #1293:
URL: https://github.com/apache/ratis/pull/1293#discussion_r2386029457
##########
dev-support/make_rc.sh:
##########
@@ -145,6 +145,7 @@ mvnFun() {
5-publish-git(){
cd "$projectdir"
+ git push apache "release-${RATISVERSION}"
Review Comment:
I think this only works if your local branch is also named
`release-${RATISVERSION}`.
```suggestion
git push apache HEAD:"release-${RATISVERSION}"
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]