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