Skip to content

Commit 6f6b270

Browse files
ci: add cargo-workspace plugin to release-please config
1 parent c9e3ba0 commit 6f6b270

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

release-please-config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@
1616
"package-name": "tee-worker-pre-compute",
1717
"release-type": "rust"
1818
}
19-
}
19+
},
20+
"plugins": [
21+
{
22+
"type": "cargo-workspace"
23+
}
24+
]
2025
}

0 commit comments

Comments
 (0)