setup-terraform/.github/release.yml
James Pogran 3672145e4b
Add GitHub automatic release (#173)
This automatically creates a GitHub release when a matching tag is created in this repository.
2022-04-04 09:38:08 -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