Skip to content

Commit

Permalink
Update labels for automatic version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Jun 5, 2024
1 parent 4c9557c commit 8dee420
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .changie.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

changesDir: .changes
unreleasedDir: unreleased
changelogPath: CHANGELOG.md
Expand All @@ -19,9 +22,15 @@ custom:
minInt: 1
kinds:
- label: ENHANCEMENTS
auto: minor
- label: BUG FIXES
auto: patch
- label: INTERNAL
- label: NOTES / BREAKING CHANGES
auto: patch
- label: NOTES
auto: patch
- label: BREAKING CHANGES
auto: minor
newlines:
afterKind: 1
beforeKind: 1
Expand Down

0 comments on commit 8dee420

Please sign in to comment.