Files
archived-typedoc-plugin-mar…/lerna.json
2021-03-22 22:04:04 +00:00

15 lines
297 B
JSON

{
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"ignoreChanges": ["**/*.json", "**/*.md"],
"command": {
"version": {
"allowBranch": "master",
"conventionalCommits": true,
"message": "chore(release)"
}
}
}