Potential issue with the JSON Schema #2456
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
release-please
version: latestSteps to reproduce
A schema that contains incorrect properties isn't reported, e.g.
doesn't report issues.
This is because
ReleaserConfigOptions
doesn't have"additionalProperties": false
in its specs.Adding this field would cause conflicts with
allOf
, so that needs to be changed toanyOf
as well to allow for both single-package configs and multi-package configsThe text was updated successfully, but these errors were encountered: