Skip to content

Commit

Permalink
chore: Raise the minor version number on feature releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Dec 15, 2024
1 parent 3b24f45 commit c244dcc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
_extends: .github

version-resolver:
major:
labels:
- 'api break'
minor:
labels:
- 'enhancement'

0 comments on commit c244dcc

Please sign in to comment.