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 f2c8d51 commit 025f6ebCopy full SHA for 025f6eb
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 setup.py | grep -e 'version='`
11
while IFS='"' read -ra ADDR; do
0 commit comments