README.md in renuo-cli-1.7.1 vs README.md in renuo-cli-1.7.2

- old
+ new

@@ -1,12 +1,9 @@ -[![Build Status Master](https://semaphoreci.com/api/v1/projects/a6f6bfd7-e48b-4035-858d-fc7cfa190608/1707289/badge.svg)](https://semaphoreci.com/renuo/renuo-cli) -[![Code Climate](https://codeclimate.com/github/renuo/renuo-cli/badges/gpa.svg)](https://codeclimate.com/github/renuo/renuo-cli) +# Renuo CLI -# Renuo::Cli +The [Renuo](http://renuo.ch) command line. Used for various Renuo tasks -The Renuo command line. Used for various (internal) stuff. - ## Installation ```sh gem install renuo-cli ``` @@ -33,22 +30,21 @@ 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). +* Bump the version number in `lib/renuo/cli/version.rb` and commit to `master` +### Automatic + +* Deploy through Semaphore console by starting a promotion to master + +### Manual + ```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 gem build renuo-cli.gemspec -gem push renuo-cli-X.Y.Z.gem (adapt the version) +gem push renuo-cli-*.gem ``` ## Contributing Bug reports and pull requests are welcome on GitHub at <https://github.com/renuo/renuo-cli>. This project is intended to @@ -56,6 +52,5 @@ the [Contributor Covenant](contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). -