mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 00:22:34 +00:00
Add GitHub automatic release (#173)
This automatically creates a GitHub release when a matching tag is created in this repository.
This commit is contained in:
parent
c584f13cd4
commit
3672145e4b
2 changed files with 46 additions and 0 deletions
26
.github/release.yml
vendored
Normal file
26
.github/release.yml
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue