chore(CHANGELOG): regenerate CHANGELOG with type-scope and KAC template (#129)

This commit is contained in:
Derek Smith 2021-03-24 16:59:08 -05:00 committed by GitHub
parent 4d8b2b6be7
commit b44eb4e011
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 174 additions and 33 deletions

View file

@ -22,8 +22,8 @@ install:
go install ./cmd/git-chglog
.PHONY: changelog
changelog:
@git-chglog --next-tag $(tag) $(tag)
changelog: build
./git-chglog --next-tag $(VERSION) -o CHANGELOG.md
.PHONY: lint
lint: