mirror of
https://github.com/appium/appium.git
synced 2025-12-31 23:30:01 -06:00
* chore(appium): configure lerna/appium to publish appium 3 beta * chore(appium)!: bump required node engine to latest
24 lines
508 B
JSON
24 lines
508 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", "appium3"]
|
|
}
|
|
},
|
|
"ignoreChanges": ["**/test/**", "**/*.md"],
|
|
"useNx": false,
|
|
"version": "independent"
|
|
}
|