chore: Update changelog task in Makefile

This commit is contained in:
tsuyoshiwada 2018-05-06 14:49:02 +09:00
parent 55dbf00339
commit 5ad4cab298

View file

@ -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)