From 5ac4aecb2ffbe223521b5d49011f3f58358cc107 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Fri, 28 Jun 2024 12:40:05 +0900 Subject: [PATCH] chore: ready for v9 release --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index d75b0fe0c..bb1f4dc81 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -18,4 +18,4 @@ fi # Release package echo "⚡ Publishing with tag latest" -npx npm@8.17.0 publish --tag latest --access public --tolerate-republish +npx npm@8.17.0 publish --tag next --access public --tolerate-republish