- Verify everything works with
make test build
. - Bump version in
version.rb
. - Update
History.md
. - Commit and tag
git commit -am "Release {version}" && git tag -a {version} -m "Version {version}"
. - Build the gem with the tagged version
make build
. - Upload to RubyGems with
gem push analytics-ruby-{version}.gem
. - Upload to Github with
git push -u origin master && git push --tags
.