Personal notes for publishing a new version:
- 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/v1.2.2.tar.gz | sha256sum cd homebrew-tap- Update URL + sha256 value