mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
chore(CHANGELOG): regenerate CHANGELOG with type-scope and KAC template (#129)
This commit is contained in:
parent
4d8b2b6be7
commit
b44eb4e011
4 changed files with 174 additions and 33 deletions
4
Makefile
4
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue