Skip to content

Commit

Permalink
Updated the Makefile to GPG sign on tagging.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Aug 16, 2016
1 parent 88869e4 commit ae33655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tag:

chag update $$(cat ./VERSION)
git add .
git commit -a -m "Preparing the $$(cat ./VERSION) release."
git commit -S -a -m "Preparing the $$(cat ./VERSION) release."
chag tag $$(cat ./VERSION)

#-------------------------------------------------------------------------------
Expand Down

0 comments on commit ae33655

Please sign in to comment.