OneSizeFitsQuorum commented on code in PR #1190:
URL: https://github.com/apache/ratis/pull/1190#discussion_r1887813902
##########
dev-support/make_rc.sh:
##########
@@ -135,40 +135,40 @@ assembly() {
svn add "${RATISVERSION}" || svn add "${RATISVERSION}/${RC#-}"
}
-publish-git(){
+5-publish-git(){
cd "$projectdir"
git push apache "ratis-${RATISVERSION}${RC}"
}
-publish-svn() {
+6-publish-svn() {
cd "${SVNDISTDIR}"
svn commit -m "Publish proposed version of the next Ratis release
${RATISVERSION}${RC}"
}
-publish-mvn(){
+3-publish-mvn(){
Review Comment:
How about move this function to line 124?
--
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]