Skip to content

Commit bd3cd89

Browse files
committed
chore:
1 parent a419f68 commit bd3cd89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/cargo-release-cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ const main = defineCommand({
6262
if (!isValidVersion(version)) {
6363
throw new Error("Version must be in format x.y.z (e.g., 1.2.3)");
6464
}
65-
66-
runSyncLoroVersion(version);
65+
// TODO: for test now
66+
// runSyncLoroVersion(version);
6767
const output = await runCargoRelease(version);
6868
const noChangesCrates = parseNoChangesCrates(output);
6969
const excludeFlags = noChangesCrates.map((crate) => `--exclude ${crate}`).join(

0 commit comments

Comments
 (0)