Skip to content

Commit

Permalink
Add tagging mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Nov 29, 2019
1 parent 9bd3bd7 commit a9e5197
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 @@ -24,4 +24,7 @@ compile:
cp '$(BUILD_DIR)/grumphp.phar' '$(ROOT_DIR)'
gpg --local-user toonverwerft@gmail.com --armor --detach-sign grumphp.phar
rm -rf $(BUILD_DIR)
# TODO : Tag release
# Release tag
git add -A
git commit -m '$(TAG) release'
git tag -s 'v$(TAG)' -m'Version $(TAG)'

0 comments on commit a9e5197

Please sign in to comment.