Skip to content

Commit

Permalink
chore: make release PRs drafts (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 authored Sep 5, 2024
1 parent 88ccf0a commit 36c630d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/release-please/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"release-type": "rust",
"draft-pull-request": true,
"changelog-sections": [
{
"type": "build",
Expand Down Expand Up @@ -44,9 +45,7 @@
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"draft": false,
"prerelease": false
"release-type": "rust"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit 36c630d

Please sign in to comment.