chore(qa): 🤖 Allow skip pre-release, or release-cycle mode (initial)#983
chore(qa): 🤖 Allow skip pre-release, or release-cycle mode (initial)#983
Conversation
…ommit msg scripts
|
|
Claude finished @punkbit's task in 1m 51s —— View job PR Review
All items from the previous review have been addressed in this update. Here's the full picture: ✅ Previous Must-Fix — Resolved
✅ Previous Suggestions — All Addressed
No new issues found. The regex in ✅ Looks great — solid, well-scoped implementation with good audit trail and appropriate safeguards. Nice work! 🙌 |
📚 Storybook Preview Deployed✅ Preview URL: https://click-4jgnl9rku-clickhouse.vercel.app Built from commit: |
Why?
Allow a maintainer to skip pre-release when preparing to publish a new package version. A pre-release is part of the release cycle mode (e.g. test -> release-candidate (RC) -> stable -> latest), which helps get feedback as early as possible. Using skip pre-release bypasses quality safeguards and should only be used when the risk of not releasing "stable/latest" immediately exceeds the risk of potential regressions.
How?
Contribution checklist?
buildcommand runs locallySecurity checklist?
dangerouslySetInnerHTMLPreview?