Skip to content

Commit

Permalink
Remove the previous release doc. (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng authored Aug 19, 2024
1 parent 38b55be commit 2310ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 167 deletions.
19 changes: 3 additions & 16 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,11 @@ Release manager could follow this doc to build and upload a release for this age
4. Build the source tars with ASC sign and SHA512

```shell
> export RELEASE_VERSION=x.y.z

> tar czf skywalking-nginx-lua-${RELEASE_VERSION}-src.tgz \
--exclude .git \
--exclude .DS_Store \
--exclude .github \
--exclude .gitignore \
--exclude .gitmodules \
--exclude .mvn/wrapper/maven-wrapper.jar \
skywalking-nginx-lua

> gpg --armor --detach-sig skywalking-nginx-lua-${RELEASE_VERSION}-src.tgz

> shasum -a 512 skywalking-nginx-lua-${RELEASE_VERSION}-src.tgz > skywalking-nginx-lua-${RELEASE_VERSION}-src.tgz.sha512

> export VERSION=x.y.z
> make release-src
```

5. Upload `*-src.tgz`, `*-src.tgz.asc` and `*-src.tgz.sha512` to SVN `https://dist.apache.org/repos/dist/release/skywalking/nginx-lua/${RELEASE_VERSION}`
5. Upload `*-src.tgz`, `*-src.tgz.asc` and `*-src.tgz.sha512` in the `release` folder to SVN `https://dist.apache.org/repos/dist/release/skywalking/nginx-lua/${RELEASE_VERSION}`

6. Call for vote through `dev@skywalking.apache.org` mailing list.

Expand Down
151 changes: 0 additions & 151 deletions release.md

This file was deleted.

0 comments on commit 2310ae6

Please sign in to comment.