ohif-viewer/lerna.json
2019-08-05 22:32:36 -04:00

19 lines
411 B
JSON

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