We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a419f68 commit bd3cd89Copy full SHA for bd3cd89
1 file changed
scripts/cargo-release-cli.ts
@@ -62,8 +62,8 @@ const main = defineCommand({
62
if (!isValidVersion(version)) {
63
throw new Error("Version must be in format x.y.z (e.g., 1.2.3)");
64
}
65
-
66
- runSyncLoroVersion(version);
+ // TODO: for test now
+ // runSyncLoroVersion(version);
67
const output = await runCargoRelease(version);
68
const noChangesCrates = parseNoChangesCrates(output);
69
const excludeFlags = noChangesCrates.map((crate) => `--exclude ${crate}`).join(
0 commit comments