From e87c85af0a16c80daaaf916222a8594267b72154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Nesveda?= Date: Thu, 23 May 2024 11:33:04 +0200 Subject: [PATCH] feat: Update release-please action --- .github/workflows/local_release.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/local_release.yaml b/.github/workflows/local_release.yaml index e997fc6..8b282fc 100644 --- a/.github/workflows/local_release.yaml +++ b/.github/workflows/local_release.yaml @@ -13,9 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - name: release-please - uses: google-github-actions/release-please-action@v3 + uses: googleapis/release-please-action@v4 with: release-type: simple - package-name: workflows - pull-request-title-pattern: 'chore: release${component} ${version}' - changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'