Skip to content

Commit

Permalink
build: improve release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Jun 22, 2024
1 parent 6200bbb commit 9aa282a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
exclude-contributors:
- 'github-actions[bot]'
- 'github-actions'
- 'dependabot'
categories:
- title: '❗️ Breaking Changes'
labels:
Expand Down Expand Up @@ -36,4 +40,8 @@ version-resolver:
template: |
## What's Changed
$CHANGES
$CHANGES
## ⭐️ Contributors
$CONTRIBUTORS

0 comments on commit 9aa282a

Please sign in to comment.