Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 555 Bytes

RELEASING.md

File metadata and controls

20 lines (17 loc) · 555 Bytes

Releasing

  1. Update version file accordingly.
  2. Update CHANGELOG.md to reflect the changes since last release.
  3. 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.
  4. Tag the release: git tag vVERSION
  5. Push changes: git push --tags
  6. Build and publish:
gem build ember-cli-rails.gemspec
gem push ember-cli-rails-*.gem
  1. Announce the new release, making sure to say "thank you" to the contributors who helped shape this version!