Skip to content

Commit

Permalink
publish canonicals
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 17, 2024
1 parent 5703e4c commit 977b8f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"React 18",
"React 19",
"Ultra Lite",
"React18 Global Store",
"React Global Store",
"Next.js",
"Next.js 14",
"Next.js 15",
Expand Down
6 changes: 3 additions & 3 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 977b8f0

Please sign in to comment.