From 7a23b302ddeb9a27ac0cb282cdfed3b74909d68a Mon Sep 17 00:00:00 2001 From: Brendan Galloway Date: Thu, 31 Aug 2023 13:45:08 +0200 Subject: [PATCH] ci: re-pin semantic plugin https://github.com/semantic-release/commit-analyzer/issues/517 --- .github/workflows/helm.yaml | 3 ++- .github/workflows/release.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index cf9a9725a6..0d7e037e85 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -52,7 +52,8 @@ jobs: with: working_directory: ./helm-chart extra_plugins: | - conventional-changelog-conventionalcommits + conventional-changelog-conventionalcommits@6.1.0 + @semantic-release/commit-analyzer@10.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Setup diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6c89736d2..f92d00c63c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,8 @@ jobs: id: semantic with: extra_plugins: | - conventional-changelog-conventionalcommits + conventional-changelog-conventionalcommits@6.1.0 + @semantic-release/commit-analyzer@10.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: check version was generated