Skip to content

Commit

Permalink
Fix labels in release drafter config
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Jan 21, 2024
1 parent 1063c50 commit 6067377
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,35 @@ changelog:
- "ignore for release"
categories:
- title: ":boom: Breaking Changes"
label: "breaking"
labels:
- "breaking"
- title: ":rocket: Features"
label: "enhancement"
labels:
- "enhancement"
- title: ":fire: Removals and Deprecations"
label: "removal"
labels:
- "removal"
- title: ":beetle: Fixes"
label: "bug"
labels:
- "bug"
- title: ":racehorse: Performance"
label: "performance"
labels:
- "performance"
- title: ":rotating_light: Testing"
label: "testing"
labels:
- "testing"
- title: ":construction_worker: Continuous Integration"
label: "ci"
labels:
- "ci"
- title: ":books: Documentation"
label: "documentation"
labels:
- "documentation"
- title: ":hammer: Refactoring"
label: "refactoring"
labels:
- "refactoring"
- title: ":lipstick: Style"
label: "style"
labels:
- "style"
- title: ":package: Dependencies"
labels:
- "dependencies"
Expand Down

0 comments on commit 6067377

Please sign in to comment.