Skip to content

Commit

Permalink
🔄 created local '.changie.yaml' from remote 'projects/go-terraform-pr…
Browse files Browse the repository at this point in the history
…ovider/.changie.yaml'
  • Loading branch information
labd-project-manager[bot] authored May 7, 2024
1 parent b2fb09c commit 9ebe23d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .changie.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
changesDir: .changes
unreleasedDir: unreleased
headerPath: header.tpl.md
changelogPath: CHANGELOG.md
versionExt: md
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
kindFormat: '### {{.Kind}}'
changeFormat: '* {{.Body}}'
kinds:
- label: Added
auto: minor
- label: Changed
auto: major
- label: Deprecated
auto: minor
- label: Removed
auto: major
- label: Fixed
auto: patch
- label: Security
auto: patch
- label: Dependency
auto: patch
newlines:
afterChangelogHeader: 1
beforeChangelogVersion: 1
endOfVersion: 1
envPrefix: CHANGIE_

0 comments on commit 9ebe23d

Please sign in to comment.