Add maintainer-tag rule for tagging HEAD with current version.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 20 Aug 2013 17:44:09 +0000 (18:44 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 20 Aug 2013 18:08:55 +0000 (19:08 +0100)
Makefile.am

index b3b5f3a..bab12cc 100644 (file)
@@ -68,3 +68,8 @@ TESTS = \
        test-bad-kernel \
        test-bad-qemu \
        test-bad-userspace
+
+# Tag HEAD with current version (maintainer only).
+
+maintainer-tag:
+       git tag -a v$(VERSION) -m "Version $(VERSION)" -f