mirror of
https://github.com/appium/appium.git
synced 2026-02-21 18:59:08 -06:00
22 lines
373 B
JSON
22 lines
373 B
JSON
{
|
|
"command": {
|
|
"run": {
|
|
"concurrency": 8
|
|
},
|
|
"version": {
|
|
"conventionalCommits": true,
|
|
"createRelease": "github",
|
|
"version": {
|
|
"allowBranch": "master"
|
|
}
|
|
},
|
|
"add": {
|
|
"exact": true
|
|
}
|
|
},
|
|
"ignoreChanges": ["**/test/**", "**/*.md"],
|
|
"version": "independent",
|
|
"useWorkspaces": true,
|
|
"useNx": false
|
|
}
|