These are steps for the maintainer to take to release a new version of this gem. Copied without mercy from JacobEvelyn/friends.
- On the
master
branch, update theVERSION
constant inlib/happy-titles/version.rb
. - Commit the change (
git add -A && git commit -m 'Bump to vX.X.X'
). - Add a tag (
git tag -am "vX.X.X" vX.X.X
). git push && git push --tags
gem build happy-titles.gemspec && gem push *.gem && rm *.gem
- Celebrate!