chore: configure publishing packages

This commit is contained in:
satyajit.happy
2019-08-21 10:38:36 +05:30
committed by Satyajit Sahoo
parent f7ff0c1cf0
commit 1c2e5de07a
14 changed files with 117 additions and 15 deletions

View File

@@ -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"
}
}
}