diff --git a/melos.yaml.schema.json b/melos.yaml.schema.json index 73fe66c..369698a 100644 --- a/melos.yaml.schema.json +++ b/melos.yaml.schema.json @@ -151,6 +151,10 @@ "type": "string", "description": "Whether to include conventional commit scopes in the generated CHANGELOG.md." }, + "includeCommitId": { + "type": "boolean", + "description": "Whether to add short commit ids to commits (no links) in the CHANGELOG.md that is generated by `melos version`." + }, "linkToCommits": { "type": "boolean", "description": "Whether to add links to commits in the generated CHANGELOG.md.\n\nDisabled by default."