The following steps should navigate you through the release process to ensure as few issues as possible.
- run
./bin/changelog
and add output toCHANGELOG.md
- edit changelog output to be as user-friendly as possible (drop [INTERNAL] changes etc.)
ember release
npm publish
- under
Releases
on 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