From d5c47d7d698b6a9cd04de06956035036a9e9fe6e Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Tue, 12 Jan 2021 14:18:34 +0100 Subject: first improvements for the release-drafter Signed-off-by: Benjamin Brahmer --- .github/release-drafter.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 03dfebd23..b88361c71 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,15 +1,18 @@ name-template: '$RESOLVED_VERSION' tag-template: '$RESOLVED_VERSION' categories: - - title: 'Changes' + - title: 'Changed' labels: - 'change' - 'enhancement' - - title: 'Fixes' + - title: 'Fixed' labels: - 'fix' - 'bugfix' - 'bug' + - title: 'Dependencies' + lables: + - 'dependencies' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' version-resolver: -- cgit v1.2.3