From 807c8321e8dddf0cd67bcae29a6a36b975a49c6e Mon Sep 17 00:00:00 2001 From: Brendan Galloway Date: Wed, 21 Feb 2024 15:12:40 +0200 Subject: [PATCH] ci: missing semantic plugins --- .github/workflows/helm.yaml | 2 ++ .github/workflows/release.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index ba52e76..dd4e8bb 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -59,6 +59,8 @@ jobs: extra_plugins: | conventional-changelog-conventionalcommits@6.1.0 semantic-release-monorepo@7.0.5 + @semantic-release/exec@6.0.3 + @semantic-release/git@10.0.1 @semantic-release/commit-analyzer@9.0.2 extends: | semantic-release-monorepo diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index db2f398..a52975f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,6 +28,8 @@ jobs: semantic_version: 18.0.1 extra_plugins: | conventional-changelog-conventionalcommits@6.1.0 + @semantic-release/exec@6.0.3 + @semantic-release/git@10.0.1 semantic-release-monorepo@7.0.5 @semantic-release/commit-analyzer@9.0.2 extends: |