Skip to content

Commit

Permalink
ci: fix release-drafter for changelog automation
Browse files Browse the repository at this point in the history
  • Loading branch information
hvlads committed Feb 8, 2025
1 parent 31a9555 commit 7cbb03a
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@ categories:
label: 'refactor'
- title: 'Maintenance'
label: 'chore'
- title: 'Other Changes'
label: ''
changelog-path: CHANGELOG.md
version-resolver: 'minor'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'minor'
default: patch
template: |
## What's changed
$CHANGES

0 comments on commit 7cbb03a

Please sign in to comment.