Scope the release before writing code
List every feature, fix, and breaking change in the Scoping column. Get sign-off from product and engineering leads before moving anything to Development. Scope clarity prevents last-minute cuts.
// Release Planning
Track every feature and fix through five release stages. See exactly what is in QA, what is on staging, and what has shipped. No spreadsheets, no guessing.
Scoping
2Define v3.2 release scope with product team
Write API deprecation notice for /v1 endpoints
Development
3Build granular permission system for team roles
Add webhook signature verification
Fix date picker regression in card detail modal
QA
2Run load test on new search indexer
Verify backward compatibility of API v2 changes
Staging
1Deploy v3.1.1 hotfix to staging environment
Released
2Ship v3.1 with multi-board view and SSE improvements
Release mobile-responsive board layout
List every feature, fix, and breaking change in the Scoping column. Get sign-off from product and engineering leads before moving anything to Development. Scope clarity prevents last-minute cuts.
Each card in Development represents one shippable unit. Use checklists for sub-tasks within a card. When the feature is code-complete and passing CI, move it to QA.
QA validates correctness. Staging validates deployment. No card reaches Released without passing both gates. This catches integration issues before customers do.
When all cards reach Released, tag the release in your repository, publish release notes, and archive the Done column. Start a fresh board for the next release cycle.
Create columns for each release phase: Scoping, Development, QA, Staging, and Released. Add one card per feature or fix. Cards move left to right as they pass each gate. The board shows release readiness at a glance.
For major releases, yes. A fresh board keeps the scope clean and lets you archive the entire release as a historical record. For patch releases, add cards to an existing board with a version label.
Hotfixes skip Scoping and go directly to Development with a Bug and Priority label. They follow the same QA and Staging gates but are prioritized above feature work. Track them on the current release board.
// Ship with confidence
No credit card. Free release boards with real-time sync and full activity history.