Skip to content

Commit

Permalink
Makefile: add release target
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jan 14, 2025
1 parent 86b6ea7 commit 1fd7ef9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ all lint install uninstall clean:
cd man && $(MAKE) $@
cd src && $(MAKE) $@

.PHONY: all lint install uninstall clean
release:
git tag -a v$(VERSION) -m v$(VERSION)

.PHONY: all lint install uninstall clean release

0 comments on commit 1fd7ef9

Please sign in to comment.