From 2228281c1de808a89b157336041aa171a661935a Mon Sep 17 00:00:00 2001 From: Raed Bahri Date: Sat, 24 May 2025 02:19:16 +0100 Subject: [PATCH] ci: release-drafter template --- .github/release-drafter.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index c1b27b1..3306699 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -5,6 +5,11 @@ tag-template: 'v$RESOLVED_VERSION' include-pre-releases: false commitish: master +# Filter out bots from contributor lists +exclude-contributors: + - 'dependabot[bot]' + - 'github-actions[bot]' + categories: - title: '🚀 Features' labels: @@ -31,7 +36,7 @@ categories: labels: - 'breaking-change' -change-template: '- $TITLE (#$NUMBER) @$AUTHOR' +change-template: '- $TITLE (#$NUMBER) by @$AUTHOR' no-changes-template: '- No changes' change-title-escapes: '\<*_&' @@ -59,10 +64,10 @@ template: | ## What's Changed $CHANGES - - ## New Contributors + + ## Thanks ❤️ $CONTRIBUTORS - + **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION exclude-labels: