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

liuhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 56cdeb9  Update the release documentation for the toolkit (#132)
56cdeb9 is described below

commit 56cdeb95566e9141be798668267c6da153e4049c
Author: mrproliu <741550...@qq.com>
AuthorDate: Tue Oct 24 10:51:48 2023 +0800

    Update the release documentation for the toolkit (#132)
---
 docs/en/development-and-contribution/how-to-release.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/en/development-and-contribution/how-to-release.md 
b/docs/en/development-and-contribution/how-to-release.md
index f694a1b..b9cb78e 100644
--- a/docs/en/development-and-contribution/how-to-release.md
+++ b/docs/en/development-and-contribution/how-to-release.md
@@ -22,6 +22,7 @@ This documentation guides the release manager to release the 
SkyWalking Go in th
 export VERSION=<the version to release>
 git clone g...@github.com:apache/skywalking-go && cd skywalking-go
 git tag -a "v$VERSION" -m "Release Apache SkyWalking-Go v$VERSION"
+git tag -a "toolkit/v$VERSION" -m "Release Apache SkyWalking-Go Toolkit 
v$VERSION"
 git push --tags
 make release
 ```

Reply via email to