Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 605 Bytes

RELEASING.md

File metadata and controls

17 lines (14 loc) · 605 Bytes

Releasing paperclip

  1. Update lib/paperclip/version.rb file accordingly.

  2. Update NEWS 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 -m 'vVERSION' vVERSION

  5. Push changes: git push --tags

  6. Build and publish the gem:

    gem build paperclip.gemspec
    gem push paperclip-VERSION.gem
  7. Announce the new release, making sure to say “thank you” to the contributors who helped shape this version.