Skip to content

Commit

Permalink
chore: Update changelog task in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wadackel committed May 6, 2018
1 parent 55dbf00 commit 5ad4cab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Expand Up @@ -33,6 +33,4 @@ install:

.PHONY: changelog
changelog:
@git tag $(tag) > /dev/null 2>&1
@git-chglog $(tag)
@git tag -d $(tag) > /dev/null 2>&1
@git-chglog --next-tag $(tag) $(tag)

0 comments on commit 5ad4cab

Please sign in to comment.