Some style guidelines in radian-software/contributor-guide.
- Update the changelog to have the new version at the top (replace
Unreleased
with a version number) - Run
make releasenotes
to check you updated the changelog correctly - Install GoReleaser
- Export
GITHUB_TOKEN
to a personal access token withrepo
scope. You need @raxod502 to add you as a collaborator on this repository - Login to Docker Hub (
docker login -u yourname
). You need @raxod502 to add you to the radiansoftware organization with permission to publish to thesleeping-beauty
repository - Run
make release
to do all the publishing steps