forked from github/pre-commit-opentofu
7 lines
137 B
Makefile
7 lines
137 B
Makefile
.PHONY: changelog release
|
|
|
|
changelog:
|
|
git-chglog -o CHANGELOG.md --next-tag `semtag final -s minor -o`
|
|
|
|
release:
|
|
semtag final -s minor
|