mirror of
https://github.com/appium/appium.git
synced 2026-05-02 08:19:52 -05:00
3eba685e25
This also means we can remove `packages` from `lerna.json`
24 lines
367 B
JSON
24 lines
367 B
JSON
{
|
|
"command": {
|
|
"run": {
|
|
"concurrency": 8
|
|
},
|
|
"version": {
|
|
"conventionalCommits": true,
|
|
"createRelease": "github",
|
|
"version": {
|
|
"allowBranch": "master"
|
|
}
|
|
},
|
|
"add": {
|
|
"exact": true
|
|
}
|
|
},
|
|
"ignoreChanges": [
|
|
"**/test/**",
|
|
"**/*.md"
|
|
],
|
|
"version": "independent",
|
|
"useWorkspaces": true
|
|
}
|