We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d01384 commit da8ab2fCopy full SHA for da8ab2f
1 file changed
scripts/jenkins/release.sh
@@ -13,8 +13,7 @@ BUMP_TYPE=$1
13
sed -i .tmp -e 's/"version": "\(.*\)-snapshot"/"version": "\1"/' package.json
14
15
# Build
16
-# ./jenkins_build.sh
17
-grunt package
+./jenkins_build.sh
18
VERSION=`cat build/version.txt`
19
20
# Commit and tag
0 commit comments