Skip to content

Commit

Permalink
Update docs about release.
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed Dec 6, 2023
1 parent fcf1770 commit f09501e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 60 deletions.
4 changes: 2 additions & 2 deletions docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


#### Documentation


* Update the release doc to remove the announcement as the tests are through e2e rather than manually.
* Update the release notification mail a little.

All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/202?closed=1)
61 changes: 3 additions & 58 deletions docs/en/guides/How-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,61 +96,6 @@ if you haven't done it before.
* See Section "Locate and download the distribution package in Apache Nexus Staging repositories" for more details.
* Create a `.sha512` package: `shasum -a 512 file > file.sha512`

## Make the internal announcements
Send an announcement mail in dev mail list.

```
Mail title: [ANNOUNCE] SkyWalking x.y.z test build available
Mail content:
The test build of x.y.z is available.
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.
Release notes:
* https://github.com/apache/skywalking/blob/master/docs/en/changes/changes-x.y.z.md
Release Candidate:
* https://dist.apache.org/repos/dist/dev/skywalking/xxxx
* sha512 checksums
- sha512xxxxyyyzzz apache-skywalking-apm-x.x.x-src.tgz
- sha512xxxxyyyzzz apache-skywalking-apm-bin-x.x.x.tar.gz
Maven 2 staging repository:
* https://repository.apache.org/content/repositories/xxxx/org/apache/skywalking/
Release Tag :
* (Git Tag) vx.y.z
Release CommitID :
* https://github.com/apache/skywalking/tree/(Git Commit ID)
* Git submodule
* skywalking-ui: https://github.com/apache/skywalking-booster-ui/tree/(Git Commit ID)
* apm-protocol/apm-network/src/main/proto: https://github.com/apache/skywalking-data-collect-protocol/tree/(Git Commit ID)
* oap-server/server-query-plugin/query-graphql-plugin/src/main/resources/query-protocol https://github.com/apache/skywalking-query-protocol/tree/(Git Commit ID)
Keys to verify the Release Candidate :
* https://dist.apache.org/repos/dist/release/skywalking/KEYS
Guide to build the release from source :
* https://github.com/apache/skywalking/blob/vx.y.z/docs/en/guides/How-to-build.md
A vote regarding the quality of this test build will be initiated
within the next couple of days.
```

## Wait for at least 48 hours for test responses
Any PMC member, committer or contributor can test the release features and provide feedback.
Based on that, the PMC will decide whether to start the voting process.

## Call a vote in dev
Call a vote in `dev@skywalking.apache.org`

Expand Down Expand Up @@ -249,7 +194,7 @@ Hi all,
Apache SkyWalking Team is glad to announce the first release of Apache SkyWalking x.y.z.
SkyWalking: APM (application performance monitor) tool for distributed systems,
especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.
especially designed for microservices, cloud native and container-based architectures.
This release contains a number of new features, bug fixes and improvements compared to
version a.b.c(last release). The notable changes since x.y.z include:
Expand All @@ -260,13 +205,13 @@ version a.b.c(last release). The notable changes since x.y.z include:
3. ...
Please refer to the change log for the complete list of changes:
https://github.com/apache/skywalking/blob/master/docs/en/changes/changes-x.y.z.md
https://skywalking.apache.org/docs/main/vx.y.z/en/changes/changes/
Apache SkyWalking website:
http://skywalking.apache.org/
Downloads:
http://skywalking.apache.org/downloads/
https://skywalking.apache.org/downloads/#SkyWalkingAPM
Twitter:
https://twitter.com/ASFSkyWalking
Expand Down

0 comments on commit f09501e

Please sign in to comment.