Skip to content

Commit 07357c9

Browse files
committed
Add some basic release instructions
1 parent 9cfef27 commit 07357c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,12 @@ You can **not** use JRuby-Rack with Bundler directly from the git (or http) URL
330330
is compiled and generated on-demand during the build (it would require us to
331331
package and push the .jar every time a commit changes a source file).
332332

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
333339

334340
## Support
335341

0 commit comments

Comments
 (0)