Skip to content

Commit

Permalink
Fix release-drafter versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Nov 28, 2022
1 parent 97303fc commit b18fa87
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@ autolabeler:
version-resolver:
major:
labels:
- 'major'
- 'breaking'
minor:
labels:
- 'minor'
- 'feature'
- 'enhancement'
patch:
labels:
- 'patch'
- 'chore'
- 'dependencies'
- 'bug'
default: patch
template: |
# Changes
Expand Down

0 comments on commit b18fa87

Please sign in to comment.