Files
react-navigation/lerna.json
2021-04-08 06:14:41 +02:00

25 lines
465 B
JSON

{
"packages": [
"packages/*",
"example"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"command": {
"publish": {
"allowBranch": "main",
"conventionalCommits": true,
"createRelease": "github",
"distTag": "next",
"message": "chore: publish",
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"**/*.md",
"**/example/**"
]
}
}
}