The following steps should navigate you through the release process to ensure as few issues as possible.
- run
./bin/changelogand add output toCHANGELOG.md - edit changelog output to be as user-friendly as possible (drop [INTERNAL] changes etc.)
- bump package.json version
./bin/prepare-releasegit checkout mastergit addthe modifiedpackage.jsonandCHANGELOG.mdgit commit -m "Release vx.y.z"git push upstream mastergit tag "vx.y.z"git push upstream vx.y.znpm publish ./ember-cli-deploy-revision-data-<version>.tgz
- under
Releaseson GitHub chooseDraft New Release - enter the new version number created above as the tag, prefixed with v e.g. (v0.1.12)
- for release title choose a great name, no pressure.
- in the description paste the upgrade instructions from the previous release, followed by the new CHANGELOG entry
- publish the release