- Verify everything works with
make check build. - Bump version in
version.rb. - Update
History.md. - Commit and tag
git commit -am "Release {version}" && git tag -a {version} -m "Version {version}". - Upload to Github with
git push -u origin master && git push --tags. The tagged commit will be pushed to RubyGems via Travis.