From 07357c97a63d54885da791c4f30438be28ddd57f Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Thu, 23 May 2024 12:45:05 -0500 Subject: [PATCH] Add some basic release instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 44684a29a..02f89041e 100644 --- a/README.md +++ b/README.md @@ -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