Skip to content

Commit

Permalink
Update release-drafter config (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Dec 29, 2024
1 parent c414edc commit 2334b17
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
27 changes: 23 additions & 4 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
change-template: '- #$NUMBER $TITLE @$AUTHOR'
sort-direction: ascending
exclude-labels:
- "release-drafter-ignore"
template: |
## What’s Changed
- "actions"
- "repository"
categories:
- title: ":boom: Breaking Changes"
label: "breaking-change"

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

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

- title: ":zap: Performance"
label: "enhancement"

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

- title: ":arrow_up: Dependency Updates"
label: "dependencies"
collapse-after: 1

template: |
$CHANGES
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: ludeeus/[email protected]
with:
labels: >-
breaking-change, bugfix, dependencies, enhancement, feature, actions, repository
breaking-change, bugfix, dependencies, enhancement, feature, actions, repository, refactor

0 comments on commit 2334b17

Please sign in to comment.