]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Release scripts: added a script for signed tagging of releases
authorMartin Mares <mj@ucw.cz>
Sun, 2 Oct 2011 11:34:34 +0000 (13:34 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 2 Oct 2011 11:34:34 +0000 (13:34 +0200)
maint/tag-release [new file with mode: 0755]

diff --git a/maint/tag-release b/maint/tag-release
new file mode 100755 (executable)
index 0000000..bc9ced5
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+if [ -z "$1" -o -n "$2" ] ; then
+       echo >&2 'Usage: tag-release vX.Y.Z'
+       exit 1
+fi
+git tag -u 431134F9 $1