From e53bfdc21055c9d2ab457afebc4c34ccccef84f8 Mon Sep 17 00:00:00 2001 From: KoheiKanagu Date: Thu, 16 May 2024 20:20:09 +0900 Subject: [PATCH] fix: includeScopes type --- 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 73fe66c..81eb986 100644 --- a/melos.yaml.schema.json +++ b/melos.yaml.schema.json @@ -148,7 +148,7 @@ "description": "A custom header for the generated CHANGELOG.md." }, "includeScopes": { - "type": "string", + "type": "boolean", "description": "Whether to include conventional commit scopes in the generated CHANGELOG.md." }, "linkToCommits": {