From e1d0cb001dd4e2fc4fca18356e4852fe435ff27a Mon Sep 17 00:00:00 2001 From: winston Date: Sun, 10 Dec 2023 20:35:55 +0100 Subject: [PATCH 1/2] build(release-please): use separate PRs --- release-please-config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 644e1cf3..b528afd8 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -15,9 +15,9 @@ }, "deno-lib": { "package-name": "deno-lib", - "release-type": "simple", - "release-as": "1.0.0" + "release-type": "simple" } }, - "plugins": ["cargo-workspace"] + "plugins": ["cargo-workspace"], + "separate-pull-requests": true } From f50c5ff7641f468e450c42407bb239184494b9aa Mon Sep 17 00:00:00 2001 From: winston Date: Sun, 10 Dec 2023 20:38:13 +0100 Subject: [PATCH 2/2] ci(release-please): bump to v4 --- .github/workflows/release-please.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 4d08de83..8da4f89e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,10 +12,8 @@ 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: - command: manifest if: ${{ !env.ACT }} outputs: catwalk_release: ${{ steps.release.outputs['catwalk--release_created'] || env.ACT }}