Skip to content

Commit 6a37292

Browse files
committed
Updates readme with 'release' instructions.
1 parent e301317 commit 6a37292

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,18 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
108108

109109
To install this gem onto your local machine, run `bundle exec rake install`.
110110

111+
To push a new release to github:
112+
113+
```shell
114+
# gem install gem-release
115+
116+
# Patch version
117+
$ gem bump -pts
118+
119+
# Minor version
120+
$ gem bump -v minor -pts
121+
```
122+
111123
<!-- To release a new version, update the 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). -->
112124

113125
## Contributing

0 commit comments

Comments
 (0)