Files
appium/lerna.json
2023-10-18 13:24:10 -07:00

24 lines
495 B
JSON

{
"$schema": "https://json.schemastore.org/lerna",
"changelogPreset": "conventional-changelog-conventionalcommits",
"command": {
"add": {
"exact": true
},
"publish": {
"message": "chore: publish"
},
"run": {
"concurrency": 8
},
"version": {
"conventionalCommits": true,
"createRelease": "github",
"allowBranch": "master"
}
},
"ignoreChanges": ["**/test/**", "**/*.md"],
"useNx": false,
"version": "independent"
}