build: add 'make tag'

cute-signatures
Timo Teräs 2017-10-27 16:09:49 +03:00
parent e03716ff3b
commit 7cdeaa6a2e
1 changed files with 4 additions and 0 deletions

View File

@ -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/