From c546c9583a82177d80e9689b33155a69b805ddfa Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Wed, 14 Oct 2020 13:55:06 +0300 Subject: [PATCH] Tune release-drafter settings (#7884) --- .github/release-drafter.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 169cb9f27..3ce77e6e3 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,27 +1,29 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' categories: - - title: '# Breaking Changes' + - title: 'Breaking Changes' labels: - 'breaking change' - - title: '# Enhancements' + - title: 'Enhancements' labels: - 'type: enhancement' - - title: '# Performance' + - title: 'Performance' labels: - 'type: performance' - - title: '# Bugs Fixed' + - title: 'Bugs Fixed' labels: - 'type: bug' - - title: '# Types' + - title: 'Types' labels: - 'type: types' - - title: '# Documentation' + - title: 'Documentation' labels: - 'type: documentation' - - title: '# Development' + - title: 'Development' labels: - 'type: chore' +exclude-labels: + - 'type: infrastructure' change-template: '- #$NUMBER $TITLE' change-title-escapes: '\<*_&`#@' version-resolver: @@ -46,8 +48,6 @@ template: | * [API](https://www.chartjs.org/docs/next/typedoc/) * [Samples](https://www.chartjs.org/samples/next/) - ## Changes - $CHANGES Thanks to $CONTRIBUTORS