Skip to content

Commit

Permalink
build: add 'make tag'
Browse files Browse the repository at this point in the history
  • Loading branch information
fabled committed Oct 27, 2017
1 parent e03716f commit 7cdeaa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 7cdeaa6

Please sign in to comment.