fix(ci): disable release-please draft releases (#271)
When a release is a draft release-please can't find it, see https://github.com/googleapis/release-please/issues/1650 for more info.
This commit is contained in:
parent
fc80a6d0a3
commit
90dcb8ada9
1 changed files with 1 additions and 1 deletions
2
.github/release-please-config.json
vendored
2
.github/release-please-config.json
vendored
|
@ -6,7 +6,7 @@
|
|||
"changelog-path": "CHANGELOG.md",
|
||||
"bump-minor-pre-major": true,
|
||||
"bump-patch-for-minor-pre-major": false,
|
||||
"draft": true
|
||||
"draft": false
|
||||
}
|
||||
},
|
||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue