Skip to content

Commit

Permalink
build(release-please): use separate PRs & bump action to v4 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored Dec 10, 2023
1 parent 7800226 commit 0f39942
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 0f39942

Please sign in to comment.