Skip to content

Commit 8b7202a

Browse files
committed
feat: add recall-project and save-project commands
1 parent 0801e7f commit 8b7202a

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
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-
".": "0.10.10"
2+
"crates/icm-cli": "0.10.10"
33
}

release-please-config.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
{
22
"packages": {
3-
".": {
3+
"crates/icm-cli": {
44
"release-type": "rust",
55
"package-name": "icm",
66
"component": "icm",
77
"bump-minor-pre-major": true,
88
"bump-patch-for-minor-pre-major": true,
9-
"changelog-path": "CHANGELOG.md",
10-
"include-component-in-tag": true,
11-
"extra-files": [
12-
"crates/icm-cli/Cargo.toml",
13-
"crates/icm-core/Cargo.toml",
14-
"crates/icm-store/Cargo.toml",
15-
"crates/icm-mcp/Cargo.toml"
16-
]
9+
"changelog-path": "CHANGELOG.md"
1710
}
1811
}
1912
}

0 commit comments

Comments
 (0)