Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 414 Bytes

PUBLISHING.md

File metadata and controls

11 lines (10 loc) · 414 Bytes

Personal notes for publishing a new version:

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