From 6da740442f9b76f2a901aa796fb5c69dceec8b59 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 e9eda6c..6a9ef69 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