From 03c08761b03c25faa4978e10f2a1981322e35c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksa=20Siri=C5=A1ki?= <139220691+cyberaleksa@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:06:28 +0100 Subject: [PATCH] ci: Added version matching to semantic release plugins --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b56b6b3..586d19a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,5 +35,5 @@ jobs: ["main"] tag_format: ${version} extra_plugins: | - @semantic-release/changelog - @semantic-release/git + @semantic-release/changelog@6.0.0 + @semantic-release/git@10.0.0