Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 511 Bytes

RELEASING.md

File metadata and controls

20 lines (12 loc) · 511 Bytes

Releasing

Update changelog

See .github/RELEASING for details.

Commit and create a tag

git commit -am "Release v${next_release}"
git tag -a "v${next_release}" -m "Release v${next_release}"
git push --tags

Publish executables

Get a personal GitHub access token. You may have to authorize the token to push to this repo.

export GITHUB_TOKEN=...
goreleaser release --rm-dist