Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 388 Bytes

File metadata and controls

10 lines (9 loc) · 388 Bytes

Personal notes for publishing a new version:

  1. Tag the version with Git (e.g. git tag v1.2.3)
  2. Push the tag out (git push --tags)
  3. Go to https://github.com/nvie/git-toolbelt/tags
  4. Create a release from a tag
  5. Compute the SHA1 hash:
    wget -O - https://github.com/nvie/git-toolbelt/archive/v1.2.2.tar.gz | sha256sum
  6. cd homebrew-tap
  7. Update URL + sha256 value