Skip to content

Commit

Permalink
Update README with version update instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jun 10, 2024
1 parent 03e88fe commit 4273e47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ package and push the .jar every time a commit changes a source file).
## Releasing

* Make sure auth is configured for "ossrh" repository ID in your .m2/settings.xml
* Update the version in src/main/ruby/jruby/rack/version.rb to the release version
* mvn release:prepare
* mvn release:perform (possibly with -DuseReleaseProfile=false due to Javadoc doclint failures for now)
* rake clean gem SKIP_SPECS=true and push the gem
Expand All @@ -348,4 +349,4 @@ More information at the [wiki][5] or ask us at **#jruby**'s IRC channel.
[4]: https://github.com/jruby/jruby-rack/issues
[5]: https://wiki.github.com/jruby/jruby-rack
[8]: http://badge.fury.io/rb/jruby-rack
[9]: https://secure.travis-ci.org/jruby/jruby-rack.png?branch=master
[9]: https://secure.travis-ci.org/jruby/jruby-rack.png?branch=master

0 comments on commit 4273e47

Please sign in to comment.