Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c09a37c

Browse files
committed
Enable signed of git tags.
1 parent 1c3bba3 commit c09a37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ all: $(PKG) $(SIG)
3434

3535
tag:
3636
git push
37-
git tag v$(VERSION)
37+
git tag -s -m "Tagging $(VERSION)" v$(VERSION)
3838
git push --tags
3939

4040
release: $(PKG) $(SIG) tag

0 commit comments

Comments
 (0)