README.md in renuo-cli-0.2.0 vs README.md in renuo-cli-1.1.0

- old
+ new

@@ -41,20 +41,21 @@ version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Release +To be able to release you must be logged in with an owners account of [rubygems.org/gems/renuo-cli](https://rubygems.org/gems/renuo-cli). + ```sh git flow release start [.....] # adjust version.rb bundle install git commit -av git flow release finish [.....] git push origin develop:develop git push origin master:master --tags -git checkout master -bundle exec rake release -git checkout develop +gem build renuo-cli.gemspec +gem push renuo-cli-X.Y.Z.gem (adapt the version) ``` ## Contributing Bug reports and pull requests are welcome on GitHub at <https://github.com/renuo/renuo-cli>. This project is intended to