From 697637bddc79d7c4f31bf9d4cf3455b6a6102624 Mon Sep 17 00:00:00 2001 From: KoheiKanagu Date: Thu, 16 May 2024 20:23:42 +0900 Subject: [PATCH 1/2] feat: support includeCommitId --- melos.yaml.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/melos.yaml.schema.json b/melos.yaml.schema.json index 73fe66c..d657f00 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." From b2f21566d6644cfe1e24d10f0c837dc658b88348 Mon Sep 17 00:00:00 2001 From: KoheiKanagu Date: Wed, 29 Jan 2025 09:43:55 +0900 Subject: [PATCH 2/2] Update melos.yaml.schema.json Co-authored-by: Ricardo Dalarme --- melos.yaml.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melos.yaml.schema.json b/melos.yaml.schema.json index d657f00..369698a 100644 --- a/melos.yaml.schema.json +++ b/melos.yaml.schema.json @@ -153,7 +153,7 @@ }, "includeCommitId": { "type": "boolean", - "description": "Whether to add short commit ids to commits (no links) in the CHANGELOG.md that is generated by melos version." + "description": "Whether to add short commit ids to commits (no links) in the CHANGELOG.md that is generated by `melos version`." }, "linkToCommits": { "type": "boolean",