Skip to content

Releasing

Brian Whitton edited this page Oct 19, 2016 · 1 revision
  1. $ git fetch origin && git checkout master && git reset --hard origin/master
  2. Update CHANGELOG.md with a list of PRs merged, bugs fixed, or other changes made to master since the last release. The commit message should read "Changelog for "
  3. $ npm version [major|minor|patch]. This makes a commit and also adds a tag for the version number.
  4. $ git push origin <version number> && git push origin master
  5. Use the Github interface to create release for the tag you just pushed: https://github.com/nypublicradio/ember-hifi/releases
  6. Include a link to the CHANGELOG commit from Step 1 and a link to a diff of the changes since the prior release.
Clone this wiki locally