You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/How-to-release.md
+28-28Lines changed: 28 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Apache SkyWalking CLI release guide
1
+
# Apache SkyWalking CLI Release Guide
2
2
3
3
This documentation guides the release manager to release the SkyWalking CLI in the Apache Way, and also helps people to check the release for vote.
4
4
@@ -27,7 +27,7 @@ git push --tags
27
27
make clean && make release
28
28
```
29
29
30
-
The `skywalking-cli-${VERSION}-bin.tgz`, `skywalking-cli-${VERSION}-src.tgz`, and their corresponding `asc`, `sha512`. **In total, six files should be automatically generated in the directory.**
30
+
**In total, six files should be automatically generated in the directory**: `skywalking-cli-${VERSION}-bin.tgz`, `skywalking-cli-${VERSION}-src.tgz`, and their corresponding `asc`, `sha512`files.
1. Refer to the previous [PR](https://github.com/apache/skywalking-website/pull/118), update news and links on the website. There are seven files need to modify.
191
193
192
194
1. Update [Github release page](https://github.com/apache/skywalking-cli/releases), follow the previous convention.
193
195
194
-
1. Send ANNOUNCE email to `dev@skywalking.apache.org` and `announce@apache.org`, the sender should use his/her Apache email account. You can get the permlink of vote thread at [here](https://lists.apache.org/list.html?dev@skywalking.apache.org).
196
+
1. Send ANNOUNCE email to `dev@skywalking.apache.org` and `announce@apache.org`, the sender should use his/her Apache email account, **please check all links before sending the email**.
195
197
196
198
```
197
199
Subject: [ANNOUNCEMENT] Apache SkyWalking CLI $VERSION Released
@@ -206,20 +208,18 @@ Vote result should follow these:
206
208
207
209
SkyWalking: APM (application performance monitor) tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.
0 commit comments