Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 437 Bytes

RELEASING.md

File metadata and controls

10 lines (9 loc) · 437 Bytes

Releasing

  1. Create a branch for the release: git checkout -b release-vx.x.x
  2. Bump gem version in lib/mux/rails/version.rb. Try to adhere to SemVer.
  3. Add version heading/entries to CHANGELOG.md.
  4. Make sure your local dependencies are up to date: bundle
  5. Ensure that tests are green: bundle exec rake
  6. Make a PR to asgerb/mux-rails.
  7. Build and release gem: bundle exec rake release
  8. Merge asgerb/mux-rails PR