pre-commit-opentofu/Makefile
2019-02-18 18:52:10 +01:00

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