setup-terraform/.github/release.yml
James Pogran 37a3b8f896 Add GitHub automatic release
This automatically creates a GitHub release when a matching tag is created in this repository.
2022-04-04 09:31:56 -04:00

26 lines
451 B
YAML

changelog:
categories:
- title: NOTES
labels:
- note
- documentation
- title: FEATURES
labels:
- feature
- title: ENHANCEMENTS
labels:
- enhancement
- documentation
- title: BUG FIXES
labels:
- bug
- title: INTERNAL
labels:
- dependencies
- "*"
exclude:
labels:
- duplicate
- wontfix
- question
- invalid