Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 432 Bytes

RELEASING.md

File metadata and controls

18 lines (10 loc) · 432 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}"

Publish executables

Get a personal GitHub access token

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