1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

automated version numbering commit

This commit is contained in:
Joël Schaerer 2011-11-18 14:27:31 +01:00
parent 2f4581665e
commit 0bfba9ff1f

View File

@ -12,7 +12,7 @@ tagname=release-${version}
./git-version.sh ${tagname}
# Commit the version change
git commit autojump
git commit -m "version numbering" autojump
#Create tag
git tag -a ${tagname}