This document simply outlines the release process:
-
Update version string in this project's gemspec file, and commit the change
-
Tag the current commit, build and push the gem to rubygems.org by running
rake publish
-
Ensure
CHANGELOG.md
is updated by runningrake changelog
, committing and pushing the changes.