Skip to content

Commit

Permalink
fix(core): update changelog schema
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Nov 30, 2023
1 parent 1f4346f commit c7680b9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/nx/schemas/nx-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@
"$ref": "#/definitions/NxReleaseChangelogConfiguration"
},
{
"type": "boolean",
"enum": [false]
"type": "boolean"
}
]
},
Expand All @@ -167,8 +166,7 @@
"$ref": "#/definitions/NxReleaseChangelogConfiguration"
},
{
"type": "boolean",
"enum": [false]
"type": "boolean"
}
]
},
Expand All @@ -178,8 +176,7 @@
"$ref": "#/definitions/NxReleaseChangelogConfiguration"
},
{
"type": "boolean",
"enum": [false]
"type": "boolean"
}
]
}
Expand Down

0 comments on commit c7680b9

Please sign in to comment.