From e1f08e4c25ed01d7005570dd86cc4c91597e9a95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:52:29 +0100 Subject: [PATCH] chore(deps): update google-github-actions/release-please-action action to v4 (#889) * chore(deps): update google-github-actions/release-please-action action to v4 * fix: update release-please workflow --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: spaenleh --- .github/workflows/release-please.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 307ea18e0..33e289896 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,33 +1,21 @@ -# Automate releases of new app versions name: release-please on: push: branches: - - 'master' - 'main' jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 id: release with: release-type: node - package-name: graasp-builder - changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"test","section":"Tests","hidden":false}]' - uses: actions/checkout@v4 - # creates minor and major tags that follow the latest release - - name: Tag major and minor versions - uses: jacobsvante/tag-major-minor-action@v0.1 - if: ${{ steps.release.outputs.releases_created }} - with: - major: ${{ steps.release.outputs.major }} - minor: ${{ steps.release.outputs.minor }} - # put created tag in an env variable to be sent to the dispatch - name: Set tag if: ${{ steps.release.outputs.releases_created }}