mirror of
https://github.com/fluencelabs/trust-graph
synced 2024-12-12 10:55:33 +00:00
3ba3855892
* add distro crate --------- Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
41 lines
805 B
JSON
41 lines
805 B
JSON
{
|
|
"boostrap-sha": "015422efcce41530a6cd84a25091598bc459d2e6",
|
|
"release-type": "rust",
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": true,
|
|
"plugins": [
|
|
{
|
|
"type": "cargo-workspace",
|
|
"merge": false
|
|
},
|
|
{
|
|
"type": "linked-versions",
|
|
"groupName": "trust-graph, wasm and api",
|
|
"components": [
|
|
"trust-graph",
|
|
"trust-graph-api",
|
|
"trust-graph-wasm",
|
|
"distro"
|
|
]
|
|
}
|
|
],
|
|
"packages": {
|
|
"trust-graph": {
|
|
"component": "trust-graph"
|
|
},
|
|
"aqua": {
|
|
"release-type": "node",
|
|
"component": "trust-graph-api"
|
|
},
|
|
"service": {
|
|
"component": "trust-graph-wasm"
|
|
},
|
|
"keypair": {
|
|
"component": "keypair"
|
|
},
|
|
"distro": {
|
|
"component": "distro"
|
|
}
|
|
}
|
|
}
|