| name | release-checklist |
| description | Prepare a CRAN release of the circumplex package — checks, versioning, NEWS, cran-comments, submission steps. Use when the user says to prepare a release, submit to CRAN, or cut a version. |
release-checklist
Walk the package to CRAN-ready state. Do the steps in order; report each
outcome. Never submit to CRAN yourself — prepare everything and hand the final
devtools::submit_cran() / web-form step to the user.
1. Pre-flight
2. Verification (all must pass locally)
3. Version & metadata
4. Submission (user-driven)
5. Post-acceptance (run when the user reports acceptance)