diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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)" |