chore: allow publishing from remote
This commit is contained in:
parent
dbb9612867
commit
0002ef9487
14
lerna.json
14
lerna.json
@ -7,12 +7,16 @@
|
|||||||
"loglevel": "success",
|
"loglevel": "success",
|
||||||
"command": {
|
"command": {
|
||||||
"version": {
|
"version": {
|
||||||
"preid": "beta"
|
|
||||||
},
|
|
||||||
"publish": {
|
|
||||||
"allowBranch": "master",
|
"allowBranch": "master",
|
||||||
"conventionalCommits": true,
|
"conventionalCommits": true,
|
||||||
"ignoreChanges": ["CHANGELOG.md"]
|
"preid": "beta",
|
||||||
|
"gitRemote": "upstream",
|
||||||
|
"message": "chore(release): %s"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"ignoreChanges": [
|
||||||
|
"**/__fixtures__/**",
|
||||||
|
"**/__tests__/**",
|
||||||
|
"**/*.md"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user