- Update version file accordingly.
- Update
CHANGELOG.md
to reflect the changes since last release. - Commit changes. There shouldn't be code changes, and thus CI doesn't need to run, you can then add "[ci skip]" to the commit message.
- Tag the release:
git tag vVERSION
- Push changes:
git push --tags
- Build and publish:
gem build ember-cli-rails.gemspec
gem push ember-cli-rails-*.gem
- Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!