mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
chore: Add helper task for generate CHANGELOG
This commit is contained in:
parent
0a623f3f61
commit
081aa8df60
1 changed files with 6 additions and 0 deletions
6
Makefile
6
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue