From 722f2ef895d5936d385707497babf27c5535ef52 Mon Sep 17 00:00:00 2001 From: Adrien FORT Date: Wed, 6 Apr 2022 12:14:10 +0200 Subject: [PATCH] fix: improve release drafter --- .github/release-drafter.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 36b9043..140e43d 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -2,17 +2,21 @@ name-template: 'v$RESOLVED_VERSION 🌈' tag-template: 'v$RESOLVED_VERSION' categories: - title: '🚀 Features' + collapse-after: 5 labels: - 'feature' - 'enhancement' - title: '🐛 Bug Fixes' + collapse-after: 5 labels: - 'fix' - 'bugfix' - 'bug' - title: '🧰 Maintenance' + collapse-after: 5 label: 'chore' - - title: '🧰 Documentation' + - title: '📄 Documentation' + collapse-after: 5 label: 'documentation' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. @@ -30,4 +34,6 @@ version-resolver: template: | ## Changes + [Describe this new release here] + $CHANGES \ No newline at end of file