Skip to content

Commit

Permalink
ci: configure draft releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn authored Dec 16, 2022
1 parent 9849df2 commit 36a68f0
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,26 @@ template: |
$CHANGES
version-resolver:
major:
labels:
- 'type: breaking'
minor:
labels:
- 'enhancement'
patch:
labels:
- 'bugfix'
- 'maintenance'
- 'docs'
- 'dependencies'
- 'security'

autolabeler:
- label: 'bug'
branch:
- '/fix\/.+/'
- label: 'bugfix'
title:
- '/fix/i'
- '/fix:/i'
- label: 'enhancement'
branch:
- '/feature\/.+/'
body:
- '/JIRA-[0-9]{1,4}/'
- label: 'ci'
title:
- '/ci/i'
- '/feat:/i'

0 comments on commit 36a68f0

Please sign in to comment.