ohif-viewer/lerna.json

18 lines
378 B
JSON

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