Skip to content

Commit

Permalink
add manual releasing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
factoidforrest committed Dec 17, 2021
1 parent 1c98ea0 commit be2b698
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/log4shell/README.md
Expand Up @@ -81,3 +81,11 @@ make build && ./log4shell
## Releases

Find the compiled tool for your OS [here](https://github.com/lunasec-io/lunasec/releases/).


## How to manually release to github
```shell
git tag -a v<VERSION>-log4shell -m "<RELEASE NAME>"
git push origin v<VERSION>-log4shell
GITHUB_TOKEN=<GITHUB_PERSONAL_ACCESS_TOKEN> goreleaser release --rm-dist
```

0 comments on commit be2b698

Please sign in to comment.