summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@mnt.se>2014-09-30 18:21:42 +0200
committerLeif Johansson <leifj@mnt.se>2014-09-30 18:21:42 +0200
commit52311bfbe28db9f5c05047c7f379fbfb965062b3 (patch)
treea39ae441be7ee0945e172aad1a48bb4b057e058c
parente8068c2757ac625b2fb55f1725f02618d7bc8705 (diff)
parentc17a5a1a7671e89121778d74776f870a9ea0e9b0 (diff)
Merge pull request #7 from fredrikaslund/master
run git pull before any tag operation, if not pulled later push will fai...
-rwxr-xr-xbump-tag2
1 files changed, 2 insertions, 0 deletions
diff --git a/bump-tag b/bump-tag
index 5d91b82..b163569 100755
--- a/bump-tag
+++ b/bump-tag
@@ -4,6 +4,8 @@ set -e
test -f cosmos.conf && . ./cosmos.conf
+git pull
+
deftag=`basename $PWD`
tagpfx=${tag:="$deftag"}