Skip to content

Releases

Jeffrey E. Shaver II edited this page May 25, 2016 · 2 revisions

Creating a new release

  1. update CHANGELOG.md (don't commit, just leave modified)
  2. npm run bump:patch
  3. git push --tags origin dev
  4. npm publish ./
  5. go to the github safe-app releases page and click on tags -> -> Add Release Notes
  6. copy/paste the changes/dependency updates from CHANGELOG.md into here

Clone this wiki locally