Files
react-navigation/lerna.json
2019-08-21 18:12:43 +05:30

19 lines
345 B
JSON

{
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"command": {
"publish": {
"allowBranch": "master",
"conventionalCommits": true,
"createRelease": "github",
"preId": "alpha",
"preDistTag": "next",
"message": "chore: publish"
}
}
}