docs: update publishing guide#36
Conversation
|
Claude finished @tolgahan-arikan's task —— View job PR Review: docs: update publishing guideReviewing this documentation-focused PR against the specified criteria: Review Checklist
Review SummaryThis is a documentation-only change that moves publishing instructions from the README to a dedicated ✅ Positive Findings
✅ Technical ComplianceSince this is documentation-only:
📝 Minor Suggestions
✅ Documentation Quality
Final AssessmentAPPROVED ✅ - This is a high-quality documentation improvement with no code changes. The restructured publishing guide provides clear, comprehensive instructions that enhance the developer experience for maintainers handling releases. |
Summary
Update the publishing docs so the README points to the dedicated guide and the guide covers the full alpha release flow for both publishable packages.
Changes
PUBLISHING.md.Testing
pnpm check:package-versionspassesgit diff --checkpassespnpm exec vitest runpasses (not run; documentation-only change)pnpm exec tsc --noEmitpasses (not run; documentation-only change)pnpm test:typespasses (not applicable; no public types changed)pnpm buildsucceeds (not run; documentation-only change)Related
None.