diff --git a/Makefile b/Makefile index 919d3cbc..c0f66493 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,9 @@ coverage: .PHONY: install install: go install ./cmd/git-chglog + +.PHONY: changelog +changelog: + @git tag $(tag) > /dev/null 2>&1 + @git-chglog $(tag) + @git tag -d $(tag) > /dev/null 2>&1