Skip to content

Commit

Permalink
build(changie): use newer kindLabel format going forward
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Sep 28, 2024
1 parent c809b12 commit 9ca1e01
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,34 @@ body:
kinds:
- label: 🤖 CI & Build
auto: patch
key: ci-build
- label: 🎉 New Product Feature
auto: minor
key: new-product-feature
- label: ⬇️ Deprecated
auto: minor
key: deprecated
- label: 🧪 Tests
auto: patch
key: tests
- label: 🔨 Refactor
auto: patch
key: refactor
- label: 🐛 Bug Fix
auto: patch
key: bug-fix
- label: 🔥 Breaking Change
auto: minor
key: breaking-change
- label: 🔒 Security
auto: patch
key: security
- label: ⬆️ Dependencies
auto: patch
key: dependencies
- label: 🔥 Major Version Change (Breaking Changes)
auto: major
key: major-version-change
newlines:
afterChange: 0
afterChangelogHeader: 1
Expand Down

0 comments on commit 9ca1e01

Please sign in to comment.