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 399b00d commit 07c4f22Copy full SHA for 07c4f22
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