summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/README.md
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-16 17:20:18 +0100
committera14m <[email protected]>2020-12-16 17:25:24 +0100
commit076ff012551c543a822a05c6e34c6a10b7831b69 (patch)
tree47b8e833bbc719ed9a3cf80e5ba0562c4b04934d /CLI/ruby/README.md
parent5c18f9b78ae2e5207d5904a44b2284fd18d755f2 (diff)
Minor updates to README files
Diffstat (limited to 'CLI/ruby/README.md')
-rw-r--r--CLI/ruby/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CLI/ruby/README.md b/CLI/ruby/README.md
index fd78c30..d6e4ce0 100644
--- a/CLI/ruby/README.md
+++ b/CLI/ruby/README.md
@@ -61,7 +61,7 @@ Run `bundle exec yard`
- Update the [version](./lib/game_of_live/version.rb) number
- Run `bundle install` and commit changes
- Update the [CHANGELOG](./CHANGELOG.md)
-- Create a git(lab) tag `ruby/v#{version_number}` ex: `ruby/v0.1.1-pre`
+- Create a git 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)