Releasing paperclip
-
Update
lib/paperclip/version.rbfile accordingly. -
Update
NEWSto 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 -m 'vVERSION' vVERSION -
Push changes:
git push --tags -
Build and publish the gem:
gem build paperclip.gemspec gem push paperclip-VERSION.gem
-
Announce the new release, making sure to say “thank you” to the contributors who helped shape this version.