Skip to content

Commit 2c02a87

Browse files
committed
ci: remove master merge check from addDevTag to allow tagging older version
1 parent bb2252d commit 2c02a87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

addDevTag

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# check if we need to merge master into this branch------------
2-
if [[ $(git log origin/master ^HEAD) ]]; then
3-
echo "You need to merge master into this branch. Exiting"
4-
exit 1
5-
fi
2+
# if [[ $(git log origin/master ^HEAD) ]]; then
3+
# echo "You need to merge master into this branch. Exiting"
4+
# exit 1
5+
# fi
66

77
# get version------------
88
version=`cat package.json | grep -e '"version":'`

0 commit comments

Comments
 (0)