We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfef27 commit 07357c9Copy full SHA for 07357c9
README.md
@@ -330,6 +330,12 @@ You can **not** use JRuby-Rack with Bundler directly from the git (or http) URL
330
is compiled and generated on-demand during the build (it would require us to
331
package and push the .jar every time a commit changes a source file).
332
333
+## Releasing
334
+
335
+* Make sure auth is configured for "ossrh" repository ID in your .m2/settings.xml
336
+* mvn release:prepare
337
+* mvn release:perform (possibly with -DuseReleaseProfile=false due to Javadoc doclint failures for now)
338
+* rake clean gem SKIP_SPECS=true and push the gem
339
340
## Support
341
0 commit comments