Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 360 Bytes

PUBLISHING.md

File metadata and controls

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