Skip to content

Commit fc88962

Browse files
committed
mods to add dev tag
1 parent 8ad1877 commit fc88962

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

addDevTag

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
#!/bin/bash
22

3-
# check if we need to merge master into this branch------------
4-
if [[ $(git log origin/master ^HEAD) ]]; then
5-
echo "You need to merge master into this branch. Exiting"
6-
exit 1
7-
fi
8-
93
# get version------------
104
version=`cat ./supertokens/constants.go | grep -e 'const VERSION'`
115
while IFS='"' read -ra ADDR; do

0 commit comments

Comments
 (0)