Sha256: 9816f706cb42c574082d20af070366a2fa98851a7d31c223541cc1d91878551b
Contents?: true
Size: 582 Bytes
Versions: 46
Compression:
Stored size: 582 Bytes
Contents
# Releasing Gooddata Gem 1. `git clone https://github.com/gooddata/gooddata-ruby.git gooddata-ruby` 1. `cd gooddata-ruby` 1. `git checkout master` 1. optionally check what's changed since last release: `bundle exec rake version:changelog` 1. bump version in [SDK_VERSION](SDK_VERSION) 1. `bundle exec rake version:bump` 1. create PR to `upstream/develop` and have it merged 1. `git push origin tags/{version}` 1. once all tests are passing, merge `develop` to `master` and the gem will be released automatically 1. release [cookbook](https://github.com/gooddata/gooddata-ruby-doc)
Version data entries
46 entries across 46 versions & 1 rubygems