Files
react-native-firebase/lerna.json
2020-05-13 02:16:03 +01:00

18 lines
447 B
JSON

{
"npmClient": "yarn",
"npmClientArgs": ["--no-lockfile"],
"packages": ["packages/*", "tests"],
"useWorkspaces": true,
"command": {
"version": {
"allowBranch": "master",
"conventionalCommits": true,
"exact": true,
"gitRemote": "origin",
"message": "chore(release): release packages"
}
},
"ignoreChanges": ["**/docs/**", "**/.github/**", "**/e2e/**", "**/tests/**"],
"version": "independent"
}