From dc380e2183ff57a25f9fd2572cfa9f9309c8ea35 Mon Sep 17 00:00:00 2001 From: srz_zumix Date: Fri, 19 Apr 2024 23:37:51 +0900 Subject: [PATCH 1/2] Update release-drafter.yml --- .github/release-drafter.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index d834679..6602a90 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -8,45 +8,46 @@ categories: labels: - 'feature' - 'enhancement' - - title: 'Dependency' - labels: - - 'dependency' - - 'dependencies' - - 'renovate' - title: 'Fixes' labels: - 'fix' - 'bug' - 'security' + - title: 'Dependencies' + collapse-after: 3 + labels: + - 'dependencies' + - 'renovate' - title: 'Documentation' labels: - 'document' - - 'documents' - 'documentation' - - title: 'Internal improvement' - labels: - - 'CI' exclude-labels: - '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. version-resolver: major: labels: - 'BREAKING CHANGE' + - 'major' minor: labels: - 'feature' - 'enhancement' - - 'dependency' + - 'minor' + patch: + labels: + - 'improvement' - 'fix' - 'bug' - 'security' - default: minor + - 'patch' + default: patch template: | [Compare $PREVIOUS_TAG with v$RESOLVED_VERSION](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) - ## Changes - $CHANGES From 4160d200bf71dc72c4561a8d349ec4140d0005cf Mon Sep 17 00:00:00 2001 From: srz_zumix Date: Fri, 19 Apr 2024 23:41:05 +0900 Subject: [PATCH 2/2] Update release-drafter.yml --- .github/release-drafter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 6602a90..ef3e7be 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -49,5 +49,7 @@ version-resolver: default: patch template: | [Compare $PREVIOUS_TAG with v$RESOLVED_VERSION](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) + ## Changes + $CHANGES