This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 117f29b8a53 [improve][docs] Reset project version (#696)
117f29b8a53 is described below
commit 117f29b8a53b204fd6cb1e6a39c681628c80c8ac
Author: Xiangying Meng <[email protected]>
AuthorDate: Tue Sep 5 23:14:08 2023 +0800
[improve][docs] Reset project version (#696)
---
contribute/release-process.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/contribute/release-process.md b/contribute/release-process.md
index 8d866a4e621..0945ec53efe 100644
--- a/contribute/release-process.md
+++ b/contribute/release-process.md
@@ -323,6 +323,12 @@ done
If you don't have the permission, you can ask someone with access to
apachepulsar org to do that.
+### Update project version
+After the release process, you should reset the project version with
`-SNAPSHOT`.
+```
+./src/set-project-version.sh 2.10.x-SNAPSHOT
+```
+
### Release Helm Chart
:::caution