Skip to content

Commit

Permalink
Add some basic release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed May 23, 2024
1 parent 9cfef27 commit 07357c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,12 @@ You can **not** use JRuby-Rack with Bundler directly from the git (or http) URL
is compiled and generated on-demand during the build (it would require us to
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
* 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

## Support

Expand Down

0 comments on commit 07357c9

Please sign in to comment.