summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CLI/ruby/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CLI/ruby/README.md b/CLI/ruby/README.md
index 5207529..a44511a 100644
--- a/CLI/ruby/README.md
+++ b/CLI/ruby/README.md
@@ -51,6 +51,14 @@ Run `bundle exec rspec` or `bundle exec rake spec`
## Documentation
Run `bundle exec yard`
+## Release
+- Update the [version](./lib/game_of_live/version.rb) number
+- Update the [CHANGELOG](./CHANGELOG.md)
+- Create a git(lab) tag `ruby/v#{version_number}` ex: `ruby/v0.1.1-pre`
+
+The tag will automatically trigger the release workflow after successful build/test
+and release the changes to [rubygems.org](https://rubygems.org/gems/terminal_game_of_life)
+
## Extra information
### [Contributing](../../CONTRIBUTING.md)
### [License](../../LICENSE.md)