- Update help.txt and git-jump.1 if needed
- Commit
npm version <major | minor | patch>
git push origin HEAD --tags
npm publish
- Check that NPM has published the new version
npm view git-jump dist.tarball
- Get SHA256 of the latest package, run
./latest-sha256.sh
- Go to folder with
homebrew-git-jump
repo - Insert new package version and SHA hash into
git-jump.rb
- Commit
git push origin HEAD
- Go to GitHub and create a new release based on the new tag
- Describe what has changed in the new version