Personal notes for publishing a new version:
- Update/check CHANGELOG.md
- Tag the version with Git (e.g.
git tag v1.2.3
) - Push the tag out (
git push --tags
) - Go to https://github.com/nvie/git-toolbelt/tags
- Create a release from a tag
- Compute the SHA1 hash:
wget -O - https://github.com/nvie/git-toolbelt/archive/vX.X.X.tar.gz | sha256sum
cd homebrew-tap
- Update URL + sha256 value