From 212a875c1adf44872b024931b9c3209e570c5dca Mon Sep 17 00:00:00 2001 From: srz_zumix Date: Fri, 19 Apr 2024 23:48:31 +0900 Subject: [PATCH] Update release-drafter.yml --- .github/release-drafter.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index ab08cb0..ef3e7be 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -13,13 +13,19 @@ categories: - 'fix' - 'bug' - 'security' + - title: 'Dependencies' + collapse-after: 3 + labels: + - 'dependencies' + - 'renovate' - title: 'Documentation' labels: - 'document' - 'documentation' exclude-labels: - - 'dependencies' - - 'renovate' + - 'invalid' + - 'internal-fix' + - 'misc' - 'ci' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. @@ -27,18 +33,23 @@ version-resolver: major: labels: - 'BREAKING CHANGE' + - 'major' minor: labels: - 'feature' - 'enhancement' + - 'minor' patch: labels: - 'improvement' - 'fix' - 'bug' - 'security' + - 'patch' default: patch template: | - [Compare $PREVIOUS_TAG with v$RESOLVED_VERSION](https://github.com/srz-zumix/setup-service-jenkins/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) + [Compare $PREVIOUS_TAG with v$RESOLVED_VERSION](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) + ## Changes + $CHANGES