From 7cdeaa6a2e1c53a9aa074e6f738252fd632d0937 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Fri, 27 Oct 2017 16:09:49 +0300 Subject: build: add 'make tag' --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 632a1a5..93f916b 100644 --- a/Makefile +++ b/Makefile @@ -42,4 +42,8 @@ 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)" + src/: libfetch/ -- cgit v1.2.3-60-g2f50