Skip to content

Commit dd15ab3

Browse files
committed
fix: release-please now detects all commits (root package scope)
1 parent 1dba635 commit dd15ab3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"crates/icm-cli": "0.10.10"
2+
".": "0.10.10"
33
}

release-please-config.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": {
3-
"crates/icm-cli": {
3+
".": {
44
"release-type": "rust",
55
"package-name": "icm",
66
"component": "icm",
@@ -9,9 +9,10 @@
99
"changelog-path": "CHANGELOG.md",
1010
"include-component-in-tag": true,
1111
"extra-files": [
12-
"plugins/opencode-icm.ts",
13-
"install.sh",
14-
"install.ps1"
12+
"crates/icm-cli/Cargo.toml",
13+
"crates/icm-core/Cargo.toml",
14+
"crates/icm-store/Cargo.toml",
15+
"crates/icm-mcp/Cargo.toml"
1516
]
1617
}
1718
}

0 commit comments

Comments
 (0)