From 7db3ec8e9aafc8e70c7e7b68151e38dbbc5ac12c Mon Sep 17 00:00:00 2001 From: Vinh Faucher <81265673+Supervinh@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:52:58 +1100 Subject: [PATCH] fix: suppression de la version du plugin convetionalcommits --- .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 b751f01..d32ce5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,6 @@ jobs: extra_plugins: | @semantic-release/exec @semantic-release/git - conventional-changelog-conventionalcommits@7.0.2 + conventional-changelog-conventionalcommits env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}