chore: allow publishing from remote

This commit is contained in:
Shawn Erquhart 2019-03-28 16:45:08 -04:00
parent dbb9612867
commit 0002ef9487

View File

@ -7,12 +7,16 @@
"loglevel": "success",
"command": {
"version": {
"preid": "beta"
},
"publish": {
"allowBranch": "master",
"conventionalCommits": true,
"ignoreChanges": ["CHANGELOG.md"]
"preid": "beta",
"gitRemote": "upstream",
"message": "chore(release): %s"
}
}
},
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"**/*.md"
]
}