Merge pull request #7 from fredrikaslund/master
run git pull before any tag operation, if not pulled later push will fai...
This commit is contained in:
commit
52311bfbe2
1 changed files with 2 additions and 0 deletions
2
bump-tag
2
bump-tag
|
@ -4,6 +4,8 @@ set -e
|
|||
|
||||
test -f cosmos.conf && . ./cosmos.conf
|
||||
|
||||
git pull
|
||||
|
||||
deftag=`basename $PWD`
|
||||
tagpfx=${tag:="$deftag"}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue