Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 582 Bytes

RELEASING.md

File metadata and controls

12 lines (11 loc) · 582 Bytes

Releasing Gooddata Gem

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