- Make a branch for the new release
npm version <new version>
(creates the tag)- Push the new tag
git push origin v<new version>
- Wait for the tag to pass CI https://travis-ci.org/avh4/elm-upgrade
- Make sure you have the tag checked out, and
npm publish
- Add the helper dist tags
npm dist-tag add elm-upgrade@<new version> latest-0.19.1