git clone https://github.com/gooddata/gooddata-ruby.git gooddata-ruby
cd gooddata-ruby
git checkout master
- optionally check what's changed since last release:
bundle exec rake version:changelog
- bump version in SDK_VERSION
bundle exec rake version:bump
- create PR to
upstream/develop
and have it merged git push origin tags/{version}
- once all tests are passing, merge
develop
tomaster
and the gem will be released automatically - release cookbook