We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc84fe commit c20f208Copy full SHA for c20f208
scripts/prepublish.sh
@@ -15,7 +15,7 @@ npm config set tag-version-prefix "${APP_NAME}-"
15
cd ./package
16
17
### BUMP VERSION
18
-if [ "$BRANCH" = "master" ]
+if [ "$BRANCH" = "main" ]
19
then
20
# build with a normal version
21
npm --no-git-tag-version version patch
@@ -29,7 +29,7 @@ fi
29
npm run build
30
31
### PUSH TAG AND COMMIT
32
33
34
git add ..
35
git commit -m "${APP_NAME}-${RMG_VER} release"
0 commit comments