From 46f594d2a7a7aae7c9836980920bb8decc69023f Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Fri, 23 Jan 2026 09:22:29 +0000 Subject: [PATCH] Be less strict Conventional Commits also allows for e.g. no-release(): and we wanna account for that without making this over-complicated --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2f56ac..341e033 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} release: - if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'no-release:') == false + if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'no-release') == false runs-on: ubuntu-24.04 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2