From ec9a55bd65c01af7583379b5356e67c724a725fa Mon Sep 17 00:00:00 2001 From: Tomas Kubla Date: Tue, 6 Feb 2024 19:09:34 +0100 Subject: [PATCH] Optimize list of Maintenance in relase notes --- .github/release-drafter.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 5b77920339e..05905306de6 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -42,16 +42,17 @@ categories: - title: '🗣 Updates in localization' label: 'localization' - title: '🧰 Maintenance' + collapse-after: 3 labels: - 'dependencies' - 'maintenance' exclude-labels: - - 'skip-changelog' - + - 'skip-changelog' + change-template: '- $TITLE @$AUTHOR (#$NUMBER)' template: | Please consult the [Upgrade notes in the documentation ](https://documentation.defectdojo.com/getting_started/upgrading/) for specific instructions for this release, and general upgrade instructions. Below is an automatically generated list of all PRs merged since the previous release. - + ## Changes since $PREVIOUS_TAG $CHANGES @@ -65,4 +66,4 @@ version-resolver: patch: labels: - 'patch' - default: patch \ No newline at end of file + default: patch