Prepare for React SSR canary release #1010
Labels
Groomed
Issues that have been refined and are ready to be worked on.
High Priority | Haute priorité
New | Nouveau
New card, needs to be groomed
📇 Task
Prepwork for React SSR canary release plan
Version the react-ssr and tag it as a canary release. Test a dry-run on npm
✅ Definition of Done / Outcomes
packages/react-ssr/package.json
is updated with a canary version📜 Acceptance criteria
canary.x
appended to itdry-run
of publish has been tested📝 More info
npm version prerelease --preid=canary
should take care of the versioningnpm publish --dry-run --tag canary
will add the canary tag to the packageThe text was updated successfully, but these errors were encountered: