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 [