Files
base-configs/lerna.json
2023-05-04 15:52:34 +03:00

19 lines
383 B
JSON

{
"version": "independent",
"command": {
"version": {
"conventionalCommits": true,
"createRelease": "github",
"ignoreChanges": ["**/*.md"],
"message": "chore(release): publish",
"yes": true
},
"publish": {
"registry": "https://registry.npmjs.org",
"yes": true
}
},
"npmClient": "yarn",
"packages": ["packages/*"]
}