diff --git a/core/lerna/schemas/lerna-schema.json b/core/lerna/schemas/lerna-schema.json index 606ef66172a..1a6416a9c8c 100644 --- a/core/lerna/schemas/lerna-schema.json +++ b/core/lerna/schemas/lerna-schema.json @@ -1674,7 +1674,12 @@ "description": "During `lerna version`, version changed packages as prereleases when using --conventional-commits." }, "changelogPreset": { - "type": "string", + "anyOf": [ + { "type": "string" }, + { + "$ref": "https://raw.githubusercontent.com/conventional-changelog/conventional-changelog-config-spec/master/versions/2.2.0/schema.json" + } + ], "description": "For `lerna version`, the custom conventional-changelog preset." }, "gitRemote": {