mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 16:42:35 +00:00
Switch to Changie for changelog automation
This commit is contained in:
parent
8b59f414e1
commit
eed2545295
5 changed files with 264 additions and 36 deletions
22
.changie.yaml
Normal file
22
.changie.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
changesDir: .changes
|
||||
unreleasedDir: unreleased
|
||||
changelogPath: CHANGELOG.md
|
||||
versionExt: md
|
||||
versionFormat: '## {{.Version}} ({{.Time.Format "2006-01-02"}})'
|
||||
kindFormat: '{{.Kind}}:'
|
||||
changeFormat: '* {{.Body}} ([#{{.Custom.Issue}}](https://github.com/hashicorp/setup-terraform/issues/{{.Custom.Issue}}))'
|
||||
custom:
|
||||
- key: Issue
|
||||
label: Issue/PR Number
|
||||
type: int
|
||||
minInt: 1
|
||||
kinds:
|
||||
- label: BREAKING CHANGES
|
||||
- label: NOTES
|
||||
- label: FEATURES
|
||||
- label: ENHANCEMENTS
|
||||
- label: BUG FIXES
|
||||
newlines:
|
||||
afterKind: 1
|
||||
beforeKind: 1
|
||||
endOfVersion: 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue