We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672449a commit 0294275Copy full SHA for 0294275
1 file changed
tool/release.sh
@@ -21,7 +21,7 @@ echo $JRUBY_VERSION > VERSION
21
set -x
22
23
mvn
24
-git add VERSION core/pom.xml lib/pom.xml pom.xml shaded/pom.xml
+git add VERSION core/pom.xml lib/pom.xml pom.xml shaded/pom.xml bin/.jruby.release
25
git commit -m "Version $JRUBY_VERSION updated for release"
26
cd ..
27
rm -rf release
0 commit comments