summaryrefslogtreecommitdiffstats
path: root/maint/tag-release
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:24:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:24:33 +0000
commit7a19c99f661602b67db95fd1d8aca5fe3a387441 (patch)
tree215ff04ec522779fa83acf394d296c2356c6b382 /maint/tag-release
parentInitial commit. (diff)
downloadpciutils-80b48659d5b3bdd36c7b3c9d0c0331ff0d08e44f.tar.xz
pciutils-80b48659d5b3bdd36c7b3c9d0c0331ff0d08e44f.zip
Adding upstream version 1:3.9.0.upstream/1%3.9.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-xmaint/tag-release6
1 files changed, 6 insertions, 0 deletions
diff --git a/maint/tag-release b/maint/tag-release
new file mode 100755
index 0000000..59b3777
--- /dev/null
+++ b/maint/tag-release
@@ -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 1F3D0761D9B65F0B $1