From 7c775d8d94ee8a5a5c4cca7cf7f0f30d8c564035 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Fri, 13 Mar 2026 19:36:23 -0400 Subject: [PATCH] Bump release drafter v6 -> v7 --- .github/release-draft-template.yaml | 31 +++++++++++++------------- .github/workflows/release-drafter.yaml | 2 +- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.github/release-draft-template.yaml b/.github/release-draft-template.yaml index edfe62d..ff49568 100644 --- a/.github/release-draft-template.yaml +++ b/.github/release-draft-template.yaml @@ -1,28 +1,29 @@ -name-template: 'v$RESOLVED_VERSION' -tag-template: 'v$RESOLVED_VERSION' +name-template: "v$RESOLVED_VERSION" +tag-template: "v$RESOLVED_VERSION" exclude-labels: - - 'dependencies' - - 'skip-changelog' + - "dependencies" + - "skip-changelog" version-resolver: major: labels: - - 'breaking-change' + - "breaking-change" minor: labels: - - 'enhancement' - - 'feature' + - "enhancement" + - "feature" default: patch categories: - - title: 'Features' + - title: "Features" labels: - - 'feature' - - 'enhancement' - - title: 'Bug Fixes' + - "feature" + - "enhancement" + - title: "Bug Fixes" labels: - - 'bug-fix' - - title: '⚠️ Breaking changes' - label: 'breaking-change' -change-template: '- $TITLE @$AUTHOR (#$NUMBER)' + - "bug-fix" + - title: "⚠️ Breaking changes" + labels: + - "breaking-change" +change-template: "- $TITLE @$AUTHOR (#$NUMBER)" template: | ## Changes $CHANGES diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index d44665d..488ef4c 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@v7 with: config-name: release-draft-template.yaml env: