See .github/RELEASING for details.
git commit -am "Release v${next_release}"
git tag -a "v${next_release}" -m "Release v${next_release}"
git push --tags
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