Skip to content

Commit ad2b4e4

Browse files
author
Greg Lazarev
committed
Add documentation about releasing the gem
Why: * It should be fairly easy to find documentation on releasing the gem.
1 parent fc73c31 commit ad2b4e4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

RELEASING.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Releasing
2+
3+
1. Ask to be added as an owner for this gem on RubyGems.org.
4+
1. Update the `VERSION` constant.
5+
1. Run `bundle update` to update `Gemfile.lock`.
6+
1. Run the test suite.
7+
1. Edit `NEWS`, `Changelog`, or `README` files if relevant.
8+
1. Commit changes. Use the convention "v2.1.0" in your commit message.
9+
1. Run `rake release`, which tags the release, pushes the tag to GitHub, and
10+
pushes the gem to RubyGems.org.

0 commit comments

Comments
 (0)