From 01368ce35087610369fbd09d053f398205ca3524 Mon Sep 17 00:00:00 2001 From: OneSignal Date: Thu, 20 Aug 2026 18:03:53 +0000 Subject: [PATCH] chore: add v5.12.0 package updates --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1db7d5f..7336dbe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: -p @semantic-release/exec \ -p @semantic-release/git \ -p @semantic-release/github \ - -p conventional-changelog-conventionalcommits \ + -p conventional-changelog-conventionalcommits@9 \ semantic-release 2>&1) && exit_code=0 || exit_code=$? echo "$output" if echo "$output" | grep -q "Published release"; then