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 8ad1877 commit fc88962Copy full SHA for fc88962
addDevTag
@@ -1,11 +1,5 @@
1
#!/bin/bash
2
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
-
9
# get version------------
10
version=`cat ./supertokens/constants.go | grep -e 'const VERSION'`
11
while IFS='"' read -ra ADDR; do
0 commit comments