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 4ad28ee commit 27abf0aCopy full SHA for 27abf0a
script/build
@@ -27,7 +27,7 @@ REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
27
REVISION=${REVISION:5} # drop the first 5 characters
28
REVISION=${REVISION:0:${#REVISION}-9} # drop the last 9 characters
29
30
-TAG=v$MAJOR.$MINOR.$REVISION
+TAG=r$MAJOR.$MINOR.$REVISION
31
32
sed -e s/CLOJURESCRIPT_VERSION/$MAJOR.$MINOR.$REVISION/ < "$POM_TEMPLATE" > "$POM_FILE"
33
0 commit comments