From 94e435c575f2ea04cb44f28eae168fb29fff27db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Werner?= Date: Mon, 7 Aug 2023 10:33:21 +0200 Subject: [PATCH] optimize release drafter config --- .github/release-drafter.yml | 63 ++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 28 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 134447d..ebc7c6f 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,37 +1,44 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' categories: - - title: '๐Ÿš€ New' - labels: - - 'โœ๏ธ Feature' - - title: '๐Ÿงน Updates' - labels: - - '๐Ÿงน Updates' - - '๐Ÿค– Dependencies' - - title: '๐Ÿ› Fixes' - labels: - - 'โ˜ข๏ธ Bug' - - title: '๐Ÿ“š Documentation' - labels: - - '๐Ÿ“’ Documentation' + - title: 'โ— Breaking Changes' + labels: + - 'โ— BreakingChange' + - title: '๐Ÿš€ New' + labels: + - 'โœ๏ธ Feature' + - title: '๐Ÿงน Updates' + labels: + - '๐Ÿงน Updates' + - '๐Ÿค– Dependencies' + - title: '๐Ÿ› Fixes' + labels: + - 'โ˜ข๏ธ Bug' + - title: '๐Ÿ“š Documentation' + labels: + - '๐Ÿ“’ Documentation' change-template: '- $TITLE (#$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. +exclude-contributors: + - dependabot + - dependabot[bot] version-resolver: - major: - labels: - - 'major' - minor: - labels: - - 'minor' - - 'โœ๏ธ Feature' - patch: - labels: - - 'patch' - - '๐Ÿ“’ Documentation' - - 'โ˜ข๏ธ Bug' - - '๐Ÿค– Dependencies' - - '๐Ÿงน Updates' - default: patch + major: + labels: + - 'major' + - 'โ— BreakingChange' + minor: + labels: + - 'minor' + - 'โœ๏ธ Feature' + patch: + labels: + - 'patch' + - '๐Ÿ“’ Documentation' + - 'โ˜ข๏ธ Bug' + - '๐Ÿค– Dependencies' + - '๐Ÿงน Updates' + default: patch template: | $CHANGES