Files
Kanboard-Prod/scripts/make-tag.sh
2014-02-16 17:56:37 -05:00

7 lines
92 B
Bash
Executable File

#!/bin/sh
VERSION=$1
git tag -a v$VERSION -m "Version $VERSION"
git push origin v$VERSION