mirror of
https://github.com/sigmasternchen/terraform-aws-eventbridge
synced 2025-03-15 16:08:57 +00:00
8 lines
137 B
Makefile
8 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
|