Skip to content

Commit 244c871

Browse files
authored
fix(release-please): tagPullRequestNumber as branch's properties schema (#5688)
This fixes the config schema error: ``` [ { "instancePath": "/branches/0", "schemaPath": "#/allOf/1/properties/branches/items/additionalProperties", "keyword": "additionalProperties", "params": { "additionalProperty": "tagPullRequestNumber" }, "message": "must NOT have additional properties" } ] ``` https://github.com/googleapis/google-cloud-go/pull/11753/checks?check_run_id=38345091141
1 parent 755643a commit 244c871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/release-please/src/config-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@
201201
"releaseType": true,
202202
"packageName": true,
203203
"handleGHRelease": true,
204+
"tagPullRequestNumber": true,
204205
"bumpMinorPreMajor": true,
205206
"bumpPatchForMinorPreMajor": true,
206207
"path": true,

0 commit comments

Comments
 (0)