Files
archived-typedoc-plugin-mar…/lerna.json
2022-08-20 21:18:19 +01:00

15 lines
313 B
JSON

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