pre-commit-opentofu/Makefile

7 lines
137 B
Makefile
Raw Normal View History

2019-02-18 18:52:10 +01:00
.PHONY: changelog release
changelog:
git-chglog -o CHANGELOG.md --next-tag `semtag final -s minor -o`
release:
semtag final -s minor