mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
chore: Update changelog task in Makefile
This commit is contained in:
parent
55dbf00339
commit
5ad4cab298
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue