tisonkun commented on code in PR #17470: URL: https://github.com/apache/pulsar/pull/17470#discussion_r971467762
########## wiki/release/release-process.md: ########## @@ -592,10 +549,13 @@ svn ls https://dist.apache.org/repos/dist/release/pulsar svn rm https://dist.apache.org/repos/dist/release/pulsar/pulsar-2.Y.0 ``` -## 21. Move branch to next version +## Move release branch to next version -Follow the instructions in step 6, but run the script on the release branch. +Run the following commands in release branches. ```shell ./src/set-project-version.sh 2.X.Y-SNAPSHOT + +git commit -m 'Bumped version to 2.X.Y-SNAPSHOT' -a Review Comment: I think we should add them to `.gitignor` instead, lol. But fair enough to keep as is. ########## wiki/release/release-process.md: ########## @@ -592,10 +549,13 @@ svn ls https://dist.apache.org/repos/dist/release/pulsar svn rm https://dist.apache.org/repos/dist/release/pulsar/pulsar-2.Y.0 ``` -## 21. Move branch to next version +## Move release branch to next version -Follow the instructions in step 6, but run the script on the release branch. +Run the following commands in release branches. ```shell ./src/set-project-version.sh 2.X.Y-SNAPSHOT + +git commit -m 'Bumped version to 2.X.Y-SNAPSHOT' -a Review Comment: I think we should add them to `.gitignore` instead, lol. But fair enough to keep as is. -- 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]
