From c5915f6384d5b9d24a36e36abc3532f747ad7216 Mon Sep 17 00:00:00 2001 From: Kalle <23356117+kalleep@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:03:46 +0100 Subject: [PATCH 1/3] Add proposal section --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index 53214d1f31a..7816decffac 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -11,6 +11,7 @@ { "type": "build", "section": "Build", "hidden": true }, { "type": "ci", "section": "CI", "hidden": true }, { "type": "chore", "section": "Chores", "hidden": true }, + { "type": "proposal", "section": "Proposal", "hidden": true }, { "type": "revert", "section": "Reverts", "hidden": true } ], "draft-pull-request": true, From 4d9b16c0ffb2b5e81c0874cda6d85b9780cccf32 Mon Sep 17 00:00:00 2001 From: Karl Persson <23356117+kalleep@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:36:19 +0100 Subject: [PATCH 2/3] Update release-please-config.json --- release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 7816decffac..7cb323b67c3 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -11,7 +11,7 @@ { "type": "build", "section": "Build", "hidden": true }, { "type": "ci", "section": "CI", "hidden": true }, { "type": "chore", "section": "Chores", "hidden": true }, - { "type": "proposal", "section": "Proposal", "hidden": true }, + { "type": "proposal", "section": "Proposals", "hidden": true }, { "type": "revert", "section": "Reverts", "hidden": true } ], "draft-pull-request": true, From 32c44b9b46950c76c0a7e1acd1bd45357401cc86 Mon Sep 17 00:00:00 2001 From: Kalle <23356117+kalleep@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:30:56 +0100 Subject: [PATCH 3/3] allow proposal in title --- .github/workflows/lint-pr-title.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index fc418ee67c6..be448bd80ff 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -52,6 +52,7 @@ jobs: ci chore revert + proposal # Scope is optional requireScope: false # Disallow uppercase first letter in subject