Files
appium/lerna.json
Jonathan Lipps 71641f1761 chore: configure monorepo for appium3 (#20790)
* chore(appium): configure lerna/appium to publish appium 3 beta

* chore(appium)!: bump required node engine to latest
2024-12-16 12:37:23 -08:00

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"
}