8000
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 4c45e02 commit d26872cCopy full SHA for d26872c
script/build
@@ -66,7 +66,7 @@ mv $AOT_CACHE_FILE src/main/cljs/cljs/core.cljs.cache.aot.edn
66
67
# For Hudson server
68
if [ "$HUDSON" = "true" ]; then
69
- mvn -B -ntp --fail-at-end -DskipStaging=true -Psign $CLJS_SCRIPT_MVN_OPTS clean deploy
+ mvn -B -ntp --fail-at-end -DskipStaging=true -Psign $CLJS_SCRIPT_MVN_OPTS clean deploy release
70
71
echo "Creating tag $TAG"
72
git tag -f "$TAG"
0 commit comments