From 7b8637c3493e816bf1fec703c10eb54325b65d7e Mon Sep 17 00:00:00 2001 From: OneSignal Date: Thu, 20 Aug 2026 18:03:48 +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 5c6617d..4a77563 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