Skip to content

Commit ae7de1e

Browse files
committed
Document how to release IRB [ci skip]
This is what hsbt has been using these days.
1 parent 85937d7 commit ae7de1e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
105105

106106
Bug reports and pull requests are welcome on GitHub at https://github.com/ruby/irb.
107107

108+
## Releasing
109+
110+
```
111+
rake release
112+
gh release create vX.Y.Z --generate-notes
113+
```
114+
108115
## License
109116

110117
The gem is available as open source under the terms of the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause).

0 commit comments

Comments
 (0)