From 977b8f0a3ca26a647ddc6414d84dbd254066c202 Mon Sep 17 00:00:00 2001 From: Mayank Date: Mon, 17 Jun 2024 22:03:31 +0530 Subject: [PATCH] publish canonicals --- lib/package.json | 2 +- scripts/publish.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/package.json b/lib/package.json index 4b2cb6de..a7a2cc4e 100644 --- a/lib/package.json +++ b/lib/package.json @@ -67,7 +67,7 @@ "React 18", "React 19", "Ultra Lite", - "React18 Global Store", + "React Global Store", "Next.js", "Next.js 14", "Next.js 15", diff --git a/scripts/publish.js b/scripts/publish.js index c44fd5b4..9ec981c3 100644 --- a/scripts/publish.js +++ b/scripts/publish.js @@ -43,9 +43,9 @@ try { execSync("cd lib && pnpm build"); /** Create GitHub release */ -execSync( - `gh release create ${VERSION} --generate-notes --latest -n "$(sed '1,/^## /d;/^## /,$d' CHANGELOG.md)" --title "Release v${VERSION}"`, -); +// execSync( +// `gh release create ${VERSION} --generate-notes --latest -n "$(sed '1,/^## /d;/^## /,$d' CHANGELOG.md)" --title "Release v${VERSION}"`, +// ); // Publish canonical packages [