We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc73c31 commit ad2b4e4Copy full SHA for ad2b4e4
RELEASING.md
@@ -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