mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 04:45:19 +08:00
chore: configure publishing packages
This commit is contained in:
committed by
Satyajit Sahoo
parent
f7ff0c1cf0
commit
1c2e5de07a
14
lerna.json
14
lerna.json
@@ -1,8 +1,18 @@
|
||||
{
|
||||
"version": "0.0.0",
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
"useWorkspaces": true,
|
||||
"version": "independent",
|
||||
"command": {
|
||||
"publish": {
|
||||
"allowBranch": "master",
|
||||
"conventionalCommits": true,
|
||||
"createRelease": "github",
|
||||
"preId": "alpha",
|
||||
"preDistTag": "next",
|
||||
"message": "chore: publish"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user