From 283c09d409a534749fa07b9120cb91985c80c5e2 Mon Sep 17 00:00:00 2001 From: Junya Okabe Date: Tue, 3 Oct 2023 01:00:24 +0900 Subject: [PATCH] fix --- .github/release-drafter.yml | 41 +++++++++++++++++++++++++++++++++++ .github/workflows/release.yml | 2 -- 2 files changed, 41 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index d57e0e9..d00c1ec 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,3 +1,39 @@ +name-template: 'v$RESOLVED_VERSION 🌈' +tag-template: 'v$RESOLVED_VERSION' +categories: + - title: '🚀 Features' + labels: + - 'feature' + - 'enhancement' + - title: '🐛 Bug Fixes' + labels: + - 'fix' + - 'bugfix' + - 'bug' + - 'hotfix' + - title: '🧰 Maintenance' + labels: + - 'chore' + - 'chore: major' + - 'chore: minor' + - 'chore: patch' + - 'refactor' + - 'restructure' + - 'cleanup' + - 'ci' + - 'perf' + - 'build' + - 'security' + - 'infrastructure' + - title: '📦 Dependencies' + labels: + - 'renovate' + - title: '📚 Documentation' + labels: + - 'docs' + - 'documentation' +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: @@ -8,3 +44,8 @@ version-resolver: patch: labels: - 'release: patch' +template: | + ## Changes + + $CHANGES + diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 415629d..6fcec39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,8 +4,6 @@ on: push: branches: - main - pull_request: - types: [opened, reopened, synchronize] permissions: contents: read