From ba926e20263c8b2640c3a83f5556465c3c91f625 Mon Sep 17 00:00:00 2001 From: Kyllian Senrens Date: Sat, 31 Jan 2026 17:00:26 +0100 Subject: [PATCH] chore: configure release-please to create separate pull requests and reformat changelog sections. --- .github/release-please-config.json | 34 +++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 6435c32..bb23edd 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -3,7 +3,7 @@ "release-type": "node", "include-v-in-tag": true, "include-component-in-tag": false, - "separate-pull-requests": false, + "separate-pull-requests": true, "extra-files": [], "pull-request-title-pattern": "chore: release v${version}", "group-pull-request-title-pattern": "chore: release v${version}", @@ -11,16 +11,34 @@ "packages/seox": { "last-release-sha": "97a5701414e348486a8aeede9cf3e31948cdb7a0", "changelog-sections": [ - { "type": "feat", "section": "Features" }, - { "type": "fix", "section": "Bug Fixes" }, - { "type": "perf", "section": "Performance" }, - { "type": "refactor", "section": "Refactor" }, - { "type": "chore", "section": "Miscellaneous" }, - { "type": "docs", "section": "Documentation" } + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "perf", + "section": "Performance" + }, + { + "type": "refactor", + "section": "Refactor" + }, + { + "type": "chore", + "section": "Miscellaneous" + }, + { + "type": "docs", + "section": "Documentation" + } ], "release-type": "node", "package-name": "seox", "changelog-path": "CHANGELOG.md" } } -} +} \ No newline at end of file