Product launch checklist
Launch notes for the next release stay in Markdown until the draft is ready to publish.
Highlights
- Faster onboarding flow
- New keyboard shortcuts
- Print-friendly HTML export
Release plan
| Milestone | Owner | Status |
|---|---|---|
| Draft copy | Content | Done |
| QA preview | Product | In review |
| Publish docs | Marketing | Pending |
Snippet
export function greet(name: string) {
return `Hello, ${name}!`
}
Follow-up
- Publish the README
- Share the changelog
- Print a copy for review
Markdown is easiest to proof when you can see the structure and the rendered result at the same time.