Skip to content

Commit

Permalink
add release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Oct 1, 2024
1 parent f2871d2 commit 761c8f9
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
categories:
- title: ":boom: Breaking Changes"
label: "breaking"
- title: ":rocket: Features"
label: "enhancement"
- title: ":fire: Removals and Deprecations"
label: "removal"
- title: ":beetle: Fixes"
label: "bug"
- title: ":racehorse: Performance"
label: "performance"
- title: ":rotating_light: Testing"
label: "testing"
- title: ":construction_worker: Continuous Integration"
label: "ci"
- title: ":books: Documentation"
label: "documentation"
- title: ":hammer: Refactoring"
label: "refactoring"
- title: ":lipstick: Style"
label: "style"
- title: ":package: Dependencies"
labels:
- "dependencies"
- "build"

autolabeler:
- label: 'documentation'
branch:
- '/docs{0,1}\/.+/'
- label: 'bug'
branch:
- '/fix\/.+/'
title:
- '/fix/i'
- label: 'enhancement'
branch:
- '/feat\/.+/'
body:
- '/JIRA-[0-9]{1,4}/'
- label: 'refactoring'
branch:
- '/refactor\/.+/'
title:
- '/^refactor/i'
- label: 'testing'
branch:
- '/test\/.+/'
- label: 'breaking'
title:
- '/breaking change/i'
- label: 'ci'
files:
- '.github/*'

template: |
## Changes
$CHANGES

0 comments on commit 761c8f9

Please sign in to comment.