-
Notifications
You must be signed in to change notification settings - Fork 10
Releasing
Brian Whitton edited this page Oct 19, 2016
·
1 revision
$ git fetch origin && git checkout master && git reset --hard origin/master
- 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 " -
$ npm version [major|minor|patch]
. This makes a commit and also adds a tag for the version number. $ git push origin <version number> && git push origin master
- Use the Github interface to create release for the tag you just pushed: https://github.com/nypublicradio/ember-hifi/releases
- Include a link to the CHANGELOG commit from Step 1 and a link to a diff of the changes since the prior release.