From 31c947bf7fb1ef6aa6517098b73dc8732518976d Mon Sep 17 00:00:00 2001 From: Dotta Date: Mon, 9 Mar 2026 10:23:04 -0500 Subject: [PATCH] fix: publish canaries in changesets pre mode --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 07b1bd12..ab9257df 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -435,7 +435,7 @@ if [ "$dry_run" = true ]; then else if [ "$canary" = true ]; then info "==> Step 6/7: Publishing canary to npm..." - npx changeset publish --tag canary + npx changeset publish info " ✓ Published ${TARGET_PUBLISH_VERSION} under dist-tag canary" else info "==> Step 6/7: Publishing stable release to npm..."