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 be48840
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
outputs:
releaseCreated: ${{ steps.release.outputs.release_created }}
steps:
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # pin@v4.1.3
- uses: googleapis/release-please-action@v4.1.3
id: release
with:
release-type: node
Expand Down
4 changes: 4 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"draft-pull-request": true
}

0 comments on commit be48840

Please sign in to comment.