release-please-config.json•585 B
{
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"packages": {
"microsandbox-core": {
"package-name": "microsandbox-core",
"release-type": "rust"
},
"microsandbox-utils": {
"package-name": "microsandbox-utils",
"skip-github-release": true,
"release-type": "rust"
}
},
"plugins": [
{
"type": "cargo-workspace",
"merge": false
},
{
"type": "linked-versions",
"groupName": "microsandbox-project",
"components": ["microsandbox-core", "microsandbox-utils"]
}
]
}