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:
vdbe 2024-08-05 09:01:13 +00:00 committed by GitHub
parent fc80a6d0a3
commit 90dcb8ada9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"