mirror of
https://github.com/appium/appium.git
synced 2026-01-05 17:59:55 -06:00
26 lines
380 B
JSON
26 lines
380 B
JSON
{
|
|
"command": {
|
|
"run": {
|
|
"concurrency": 8
|
|
},
|
|
"version": {
|
|
"conventionalCommits": true,
|
|
"createRelease": "github",
|
|
"version": {
|
|
"allowBranch": "master"
|
|
}
|
|
},
|
|
"add": {
|
|
"exact": true
|
|
}
|
|
},
|
|
"ignoreChanges": [
|
|
"**/test/**",
|
|
"**/*.md"
|
|
],
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "independent"
|
|
}
|