From 4666aa709cbd07c5b88b3c94bc1fab9178136de7 Mon Sep 17 00:00:00 2001 From: Martin Buchleitner Date: Thu, 18 Apr 2024 08:57:41 +0200 Subject: [PATCH 1/3] fix: update changelog Signed-off-by: Martin Buchleitner --- .github/workflows/release.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d55920d..8cb157d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,16 +18,14 @@ jobs: with: fetch-depth: 0 - - uses: go-semantic-release/action@v1 + - uses: cycjimmy/semantic-release-action@v4 if: github.event_name != 'pull_request' id: generate_changelog + env: + github-token: ${{ secrets.BOT_ACCESS_TOKEN }} with: semantic_version: 23.0.2 extra_plugins: | @semantic-release/changelog@6.0.3 @semantic-release/git@10.0.1 conventional-changelog-conventionalcommits@7.0.2 - github-token: ${{ secrets.BOT_ACCESS_TOKEN }} - prepend: true - changelog-file: CHANGELOG.md - update-file: CHANGELOG.md From 12bf0858fbe2117d81e72ae7377fa7a7a3771535 Mon Sep 17 00:00:00 2001 From: Martin Buchleitner Date: Thu, 18 Apr 2024 09:00:47 +0200 Subject: [PATCH 2/3] fix: update changelog Signed-off-by: Martin Buchleitner --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8cb157d..49c6858 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + if: github.event_name != 'pull_request' with: fetch-depth: 0 From fafc2a73a7a6e2df04ab2486d723fbbcd45e3524 Mon Sep 17 00:00:00 2001 From: Martin Buchleitner Date: Thu, 18 Apr 2024 09:02:06 +0200 Subject: [PATCH 3/3] fix: update changelog Signed-off-by: Martin Buchleitner --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49c6858..8cb157d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - if: github.event_name != 'pull_request' with: fetch-depth: 0