mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
25 lines
465 B
JSON
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/**"
|
|
]
|
|
}
|
|
}
|
|
}
|