Skip to content

Commit

Permalink
Optimize list of Maintenance in relase notes (#9492)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik authored Feb 6, 2024
1 parent e13e16e commit bb5d929
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -65,4 +66,4 @@ version-resolver:
patch:
labels:
- 'patch'
default: patch
default: patch

0 comments on commit bb5d929

Please sign in to comment.