Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the previous release doc. #110

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading