@@ -6,37 +6,42 @@ This is separate from `docs/release-checklist.md`, which is for recurring versio
66
77## Repository Settings
88
9- - [ ] repository description and topics are current
10- - [ ] default branch protection is configured (required checks and no force push)
11- - [ ] Discussions is enabled (if using community support flow)
12- - [ ] issue labels are seeded (` bug ` , ` enhancement ` , ` docs ` , ` question ` , ` good first issue ` )
9+ - [x ] repository description and topics are current
10+ - [x ] default branch protection is configured (required checks and no force push)
11+ - [x ] Discussions is enabled (if using community support flow)
12+ - [x ] issue labels are seeded (` bug ` , ` enhancement ` , ` docs ` , ` question ` , ` good first issue ` )
1313
1414## Community and Policy
1515
16- - [ ] ` README.md ` includes quick start and support expectations
17- - [ ] ` CONTRIBUTING.md ` includes local validation and PR guidance
18- - [ ] ` CODE_OF_CONDUCT.md ` and ` SECURITY.md ` are reviewed and current
19- - [ ] issue/PR templates are reviewed for launch wording
16+ - [x ] ` README.md ` includes quick start and support expectations
17+ - [x ] ` CONTRIBUTING.md ` includes local validation and PR guidance
18+ - [x ] ` CODE_OF_CONDUCT.md ` and ` SECURITY.md ` are reviewed and current
19+ - [x ] issue/PR templates are reviewed for launch wording
2020
2121## Technical Launch Readiness
2222
23- - [ ] CI passes on pull requests and main
24- - [ ] secret scanning passes
25- - [ ] installer/profile flow tested on a clean environment
26- - [ ] council-lite run/list/resume/validate flow tested end-to-end
23+ - [x ] CI passes on pull requests and main
24+ - [x ] secret scanning passes
25+ - [x ] installer/profile flow tested on a clean environment
26+ - [x ] council-lite run/list/resume/validate flow tested end-to-end
2727
2828## Release and Communication
2929
30- - [ ] ` CHANGELOG.md ` has release notes for launch tag
31- - [ ] launch tag created (for example, ` v0.2.0 ` )
32- - [ ] GitHub release drafted with highlights and known limitations
33- - [ ] launch announcement copy prepared (X/LinkedIn/GitHub Discussion)
34- - [ ] first 3-5 starter issues prepared for contributors
35- - [ ] friend outreach template is ready (` docs/friend-outreach-template.md ` )
30+ - [x ] ` CHANGELOG.md ` has release notes for launch tag
31+ - [x ] launch tag created (for example, ` v0.2.0 ` )
32+ - [x ] GitHub release drafted with highlights and known limitations
33+ - [x ] launch announcement copy prepared (X/LinkedIn/GitHub Discussion)
34+ - [x ] first 3-5 starter issues prepared for contributors
35+ - [x ] friend outreach template is ready (` docs/friend-outreach-template.md ` )
3636
3737## Post-launch Follow-up
3838
3939- [ ] monitor first-week issues and triage daily
4040- [ ] collect onboarding friction points from early users
41- - [ ] onboarding feedback issue template/manual form are active (` docs/onboarding-feedback.md ` )
42- - [ ] publish first-week patch release plan
41+ - [x] onboarding feedback issue template/manual form are active (` docs/onboarding-feedback.md ` )
42+ - [x] publish first-week patch release plan
43+
44+ ## Notes
45+
46+ - Launch announcement drafts: ` docs/launch-announcement.md ` .
47+ - First-week triage and patch procedure: ` docs/first-week-patch-plan.md ` .
0 commit comments