diff --git a/packages/nx/schemas/nx-schema.json b/packages/nx/schemas/nx-schema.json index 77754409d3d1a..df6c7fed74a04 100644 --- a/packages/nx/schemas/nx-schema.json +++ b/packages/nx/schemas/nx-schema.json @@ -146,8 +146,7 @@ "$ref": "#/definitions/NxReleaseChangelogConfiguration" }, { - "type": "boolean", - "enum": [false] + "type": "boolean" } ] }, @@ -167,8 +166,7 @@ "$ref": "#/definitions/NxReleaseChangelogConfiguration" }, { - "type": "boolean", - "enum": [false] + "type": "boolean" } ] }, @@ -178,8 +176,7 @@ "$ref": "#/definitions/NxReleaseChangelogConfiguration" }, { - "type": "boolean", - "enum": [false] + "type": "boolean" } ] }