add auto message for tagging script

This commit is contained in:
kakwa 2017-04-06 20:57:42 +02:00
parent 9649803dd6
commit a404cf0b39
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ cd `dirname $0`/../
version=`sed -e "s/version\ * = \ *'\(.*\)'.*/\1/;tx;d;:x" ./ldapcherry/version.py`
git tag "$version"
git tag "$version" -m "version $version"
git push origin "$version"