From 0a7eee3348daefd1e046657facd85e9456f501a4 Mon Sep 17 00:00:00 2001 From: Hisku Date: Tue, 3 Mar 2026 14:19:43 +0000 Subject: [PATCH] chore: add release and main scopes to semantic PR title validation Allows release-please PRs (scoped as `main`) and manual version bump PRs (scoped as `release`) to pass the PR title check. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/semantic-pull-request.yml | 2 ++ release-please-config.json | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index 5c7f7ca..8f6154a 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -25,6 +25,8 @@ jobs: deps deps-dev workflow + release + main requireScope: true ignoreLabels: | autorelease: pending diff --git a/release-please-config.json b/release-please-config.json index 9644d40..3a556a0 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,5 +1,7 @@ { "packages": { - ".": {} + ".": { + "last-release-sha": "203ce0bc11f3cccc34a5eaa93c426ad6db1756bd" + } } }