From d732469890f56fce9e038630504cb42ff19bffe1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 20 Aug 2013 18:44:09 +0100 Subject: [PATCH] Add maintainer-tag rule for tagging HEAD with current version. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index b3b5f3a..bab12cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- 1.8.3.1