This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 10cd558f24 Add doc to start next iteration (#12642)
10cd558f24 is described below

commit 10cd558f2474743727aac720557b8a5369daf95f
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Sep 24 22:16:28 2024 +0800

    Add doc to start next iteration (#12642)
---
 docs/en/guides/How-to-release.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/docs/en/guides/How-to-release.md b/docs/en/guides/How-to-release.md
index 243718be00..7b153c3f7e 100644
--- a/docs/en/guides/How-to-release.md
+++ b/docs/en/guides/How-to-release.md
@@ -106,6 +106,19 @@ This script takes care of the following things:
 
 `apache-skywalking-apm-x.y.z-src.tgz` and files ending with `.asc` and 
`.sha512` may be found in the `tools/releasing` folder.
 
+## Start the next iteration
+
+Once the release is deployed to the staging repositories, you can start 
updating the version to the next number and open a pull request.
+
+```bash
+git checkout next
+./mvnw versions:set-property -DgenerateBackupPoms=false -Dproperty=revision 
-DnewVersion=<next-version-number>-SNAPSHOT
+git add pom.xml
+git commit -m 'Start next iteration'
+git push
+gh pr create --fill # If you have gh cli installed and configured, or open the 
pull request in https://github.com/apache/skywalking/pulls
+```
+
 ## Locate and download the distribution package in Apache Nexus Staging 
repositories
 1. Use your Apache ID to log in to `https://repository.apache.org/`.
 1. Go to `https://repository.apache.org/#stagingRepositories`.

Reply via email to