Sha256: 87f609d8d83e9870e0293c5d225c2a02f03e09688b7ed2501cd66d93a297a127
Contents?: true
Size: 545 Bytes
Versions: 8
Compression:
Stored size: 545 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. `rvm use ruby` 1. `bundle install` 1. bump version in [lib/gooddata/version.rb](lib/gooddata/version.rb) 1. `bundle exec rake version:bump` 1. create PR to upstream and have it merged 1. `git push origin tags/{version}` 1. `rake gem:release` 1. `rvm use jruby && rm Gemfile.lock && bundle install` 1. `rake gem:release` 1. release [cookbook](https://github.com/gooddata/gooddata-ruby-examples)
Version data entries
8 entries across 8 versions & 1 rubygems