From fc05d5dc682f1608dab690df1bef63a3f2d3fe62 Mon Sep 17 00:00:00 2001 From: RW Date: Thu, 7 Mar 2024 14:29:18 +0100 Subject: [PATCH] Update release-drafter-scylladb.yml --- .github/release-drafter-scylladb.yml | 73 +++++++++++++++------------- 1 file changed, 40 insertions(+), 33 deletions(-) diff --git a/.github/release-drafter-scylladb.yml b/.github/release-drafter-scylladb.yml index f29e7214..b5741196 100644 --- a/.github/release-drafter-scylladb.yml +++ b/.github/release-drafter-scylladb.yml @@ -4,40 +4,47 @@ tag-prefix: scylladb/v include-paths: - scylladb 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 - - **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...scylladb/v$RESOLVED_VERSION - - Thank you $CONTRIBUTORS for making this update possible. + $CHANGES + + **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...scylladb/v$RESOLVED_VERSION + + Thank you $CONTRIBUTORS for making this update possible.