diff options
author | root <root@lamia.panaceas.james.local> | 2017-01-16 12:24:57 +0000 |
---|---|---|
committer | root <root@lamia.panaceas.james.local> | 2017-01-16 12:24:57 +0000 |
commit | e2fe1e8bfb315526cbe789736d504d126a8f3b34 (patch) | |
tree | 832641ccee69ac1e1e5f0e577019c9a2b6fa5129 | |
parent | 7483281d2db80a6148dde6f9eefc482531ab1318 (diff) | |
download | twa_t-e2fe1e8bfb315526cbe789736d504d126a8f3b34.tar.gz twa_t-e2fe1e8bfb315526cbe789736d504d126a8f3b34.tar.bz2 twa_t-e2fe1e8bfb315526cbe789736d504d126a8f3b34.zip |
fix tag script
-rwxr-xr-x | maintainer/tag | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/maintainer/tag b/maintainer/tag index 7eb74aa..aebd1ad 100755 --- a/maintainer/tag +++ b/maintainer/tag @@ -25,5 +25,6 @@ echo $MICRO > version-micro echo "$CHK ${MAJOR}.${MINOR}.${MICRO}" >> version-md5sums +git add version-md5sums git commit -a -m "tagging" git tag twa_t-${MAJOR}_${MINOR}_${MICRO} |