mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
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
|