Skip to content

Commit

Permalink
fix(schema): add the other format changelogPreset can assume (#3441)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhoyer committed Dec 13, 2022
1 parent d8b5c82 commit d286973
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core/lerna/schemas/lerna-schema.json
Expand Up @@ -1691,7 +1691,12 @@
"description": "During `lerna version`, bumps version of changed prereleased packages 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": {
Expand Down

0 comments on commit d286973

Please sign in to comment.