From bffc2128258895fb9f7bd54d29e0bdfe60abf637 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Mon, 4 Apr 2022 15:22:36 -0700 Subject: [PATCH] Revert "keep publishing to latest, even in pre mode (#2990)" t This reverts commit dbefa16e57430b56ec6373ec837a0d4e4065f271. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 571c78e4e..9883dfd85 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/withastro/astro.git" }, "scripts": { - "release": "pnpm run build && changeset publish --tag latest", + "release": "pnpm run build && changeset publish", "build": "turbo run build --no-deps --scope=astro --scope=create-astro --scope=\"@astrojs/*\"", "build:ci": "turbo run build:ci --no-deps --scope=astro --scope=create-astro --scope=\"@astrojs/*\"", "build:examples": "turbo run build --scope=\"@example/*\"",