summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31a1f31..5284eb7 100644
--- a/Makefile
+++ b/Makefile
@@ -41,3 +41,7 @@ check test: FORCE
static:
$(Q)$(MAKE) STATIC=y
+
+tag: check
+ git commit . -m "apk-tools-$(VERSION)"
+ git tag -s v$(VERSION) -m "apk-tools-$(VERSION)"