Update How-to-release.md (#988)
* Update How-to-release.md * Update How-to-release.md
This commit is contained in:
parent
87a4959725
commit
061a4d4c8e
|
|
@ -68,8 +68,14 @@ with .asc, .sha512, .md5
|
|||
## Upload to Apache svn
|
||||
1. Use ApacheId to login `https://dist.apache.org/repos/dist/dev/incubator/skywalking/`
|
||||
1. Create folder, named by release version
|
||||
1. Upload Source code and distribution package (apache-skywalking-incubating-x.y.z-src.tar.gz, apache-skywalking-incubating-x.y.z.tar.gz, apache-skywalking-incubating-x.y.z.zip)
|
||||
`in svn.apache.org` with .asc, .sha512
|
||||
1. Upload Source code package to the folder with .asc, .sha512
|
||||
* Package name: apache-skywalking-incubating-x.y.z-src.tar.gz
|
||||
* See Section "Build and sign the source code package" for more details
|
||||
1. Upload distribution package to the folder with .asc, .sha512
|
||||
* Package name: apache-skywalking-incubating-x.y.z.tar.gz, apache-skywalking-incubating-x.y.z.zip
|
||||
* See Section "Find and download distribution in Apache Nexus Staging repositories" for more details
|
||||
* Create .sha512 package: `shasum -a 512 file > file.sha512`
|
||||
1. Upload gpg public key, named KEY
|
||||
|
||||
## Make the internal announcements
|
||||
Send an announcement mail in dev mail list.
|
||||
|
|
|
|||
Loading…
Reference in New Issue