Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 449 Bytes

RELEASING.md

File metadata and controls

10 lines (9 loc) · 449 Bytes

Releasing

  1. Create a branch for the release: git checkout -b release-vx.x.x
  2. Bump gem version in lib/dragonfly_pdf/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 tomasc/dragonfly_pdf.
  7. Build and release gem: bundle exec rake release
  8. Merge tomasc/dragonfly_pdf PR