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", "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"
]
} }