aboutsummaryrefslogtreecommitdiffstats
path: root/checkupdate.sh
diff options
context:
space:
mode:
authorM.Gergo2019-07-04 03:24:37 +0200
committerM.Gergo2019-07-04 03:24:37 +0200
commitb91cdd7ba1a9e9c8c605640cc3c910acd25bf767 (patch)
tree8c87b0be5241626b62568b42efa1db91355720e0 /checkupdate.sh
parent506d1bf6d1db839ef3caee4eb2a09b277c31f0c0 (diff)
downloadmayor-b91cdd7ba1a9e9c8c605640cc3c910acd25bf767.tar.gz
mayor-b91cdd7ba1a9e9c8c605640cc3c910acd25bf767.zip
readme
Diffstat (limited to 'checkupdate.sh')
-rwxr-xr-xcheckupdate.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/checkupdate.sh b/checkupdate.sh
index d6ab116e..c12d0799 100755
--- a/checkupdate.sh
+++ b/checkupdate.sh
@@ -32,6 +32,8 @@ if [ "$nrev" -gt "$orev" ]; then
git add --all
git commit -a -m "Rev: $nrev"
+ git tag -a "rev$nrev" -m "Rev: $nrev"
+
fi