mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
18 lines
447 B
JSON
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"
|
|
}
|