Skip to content

Commit

Permalink
chore(ci): tweak release drafter settings (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Oct 20, 2024
1 parent 8fb6784 commit 29d6659
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,23 @@ categories:
- title: ":boom: Breaking Changes"
label: "breaking-change"

- title: ":wrench: Build"
label: "build"
- title: ":sparkles: New Features"
label: "enhancement"

- title: ":bug: Bug Fixes"
labels:
- "bug"
- "bugfix"

- title: ":boar: Chore"
label: "chore"

- title: ":sparkles: New Features"
label: "enhancement"

- title: ":zap: Performance"
label: "performance"

- title: ":recycle: Refactor"
label: "refactor"

- title: ":green_heart: CI"
label: "ci"

- title: ":bug: Bug Fixes"
label: "bug"

- title: ":white_check_mark: Test"
label: "test"

Expand Down

0 comments on commit 29d6659

Please sign in to comment.