From 902f83b573036c6e7cd56017e77a3baef1ff3d34 Mon Sep 17 00:00:00 2001 From: willbot Date: Wed, 26 Aug 2026 17:13:18 +0200 Subject: [PATCH] chore(release): 0.11.0 (retrigger) Signed-off-by: willbot Signed-off-by: Will Madden --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0869faa..3962500 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -186,6 +186,8 @@ jobs: release: name: Release to npm + # Squash-merge release PRs: the merge-commit message of a plain merge does + # not start with the marker, and the release silently skips. if: github.event_name == 'push' && startsWith(github.event.head_commit.message, 'chore(release):') runs-on: ubuntu-latest timeout-minutes: 15