You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const commentBody = `This ${typeText} will be available in the next npm release of Base UI.
129
135
130
-
In the meantime, you can try it out on our Canary release channel:
136
+
In the meantime, use the [canary build](https://base-ui.com/react/overview/releases#canary-releases) from [PR #${prNumber}](${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/pull/${prNumber}):
131
137
132
138
\`\`\`sh
133
-
npm i https://pkg.pr.new/@base-ui/react@${prNumber}
134
-
\`\`\``;
139
+
npm i https://pkg.pr.new/@base-ui/react@${shortCommit}
140
+
\`\`\`
141
+
142
+
This installs a complete package for \`@base-ui/react\` with the ${typeText} included. It is hosted by pkg.pr.new rather than npm, and the URL is available for up to six months.`;
0 commit comments