You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/15 02:38:44 UTC

[GitHub] [pulsar] BewareMyPower commented on a diff in pull request #17470: [doc] Fix the release process

BewareMyPower commented on code in PR #17470:
URL: https://github.com/apache/pulsar/pull/17470#discussion_r971467410


##########
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:
   No, we should not. Because `set-project-version.sh` will generate a new temporary file `deployment/terraform-ansible/deploy-pulsar.yaml-e` and unfortunately it's not included in `.gitignore`.



-- 
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: commits-unsubscribe@pulsar.apache.org

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