- Update version file accordingly.
- Commit changes.
- Tag the release:
git tag vVERSION
- Push changes:
git push --tags
- Build the binary to attach to the release:
bin/archive
- Add a new GitHub release and populate the content. Sample URL: https://github.com/thoughtbot/Delta/releases/new?tag=vVERSION
- Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!