Add utility shell-scripts

This commit is contained in:
Frédéric Guillot
2014-02-16 17:56:37 -05:00
parent 2044d1ab36
commit 4fd4180d1c
5 changed files with 26 additions and 0 deletions

6
scripts/make-tag.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
VERSION=$1
git tag -a v$VERSION -m "Version $VERSION"
git push origin v$VERSION