ohif-viewer/lerna.json
2019-08-14 08:49:19 -04:00

20 lines
474 B
JSON

{
"version": "independent",
"packages": ["extensions/*", "platform/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"ignoreChanges": ["*.md", "*.yml", "*.spec.js", "*.test.js"],
"message": "chore(release): publish"
},
"version": {
"allowBranch": "master",
"conventionalCommits": true,
"createRelease": "github",
"yes": true,
"message": "chore(release): publish [skip ci]"
}
}
}