Skip to content

Commit b0964fb

Browse files
author
Mohammod Al Amin Ashik
committed
fix(ci): use simple release-type to avoid Rust workspace issues
1 parent 186659b commit b0964fb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

release-please-config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"packages": {
44
".": {
5-
"release-type": "rust",
5+
"release-type": "simple",
66
"component": "mcpmux",
7-
"changelog-path": "apps/desktop/CHANGELOG.md",
7+
"changelog-path": "CHANGELOG.md",
88
"bump-minor-pre-major": true,
99
"bump-patch-for-minor-pre-major": true,
1010
"draft": false,
1111
"prerelease": false,
12+
"include-component-in-tag": false,
1213
"extra-files": [
1314
{
1415
"type": "toml",

0 commit comments

Comments
 (0)