summaryrefslogtreecommitdiff
path: root/bump-tag
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2015-02-24 11:13:47 +0100
committerLeif Johansson <leifj@sunet.se>2015-02-24 11:13:47 +0100
commit7863ad617033064d6b5758d3d1f4bba32b9cc5dd (patch)
tree57cddfbc3b3ecbad158df496cb749bfc4ab355b7 /bump-tag
parentc6af45e481b4e089d4d48cdf5ac0831204def912 (diff)
parentbc70832f4c33a458f2e913af702823539b2da7a1 (diff)
Merge branch 'master' of git://github.com/leifj/multiverse into multiverse
Diffstat (limited to 'bump-tag')
-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"}