Skip to content

Commit

Permalink
ci: 🐛 Create release-please PRs as draft
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Strassel <info@jonas-strassel.de>
  • Loading branch information
boredland committed Nov 1, 2024
1 parent 79f0fc8 commit 2674222
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
outputs:
releaseCreated: ${{ steps.release.outputs.release_created }}
steps:
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # pin@v4.1.3
- uses: googleapis/release-please-action@main
id: release
with:
config-file: release-please-config.json
release-type: node

release-node:
Expand Down
5 changes: 5 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"draft-pull-request": true,
"release-type": "node"
}

0 comments on commit 2674222

Please sign in to comment.