summaryrefslogtreecommitdiff
path: root/scripts/make-tag.sh
blob: 108444fc7fa2386d440f215c74a2b43e421f67f2 (plain)
1
2
3
4
5
6
#!/bin/sh

VERSION=$1

git tag -a v$VERSION -m "Version $VERSION"
git push origin v$VERSION