474 B
474 B
Workflow
Branching Model
Follow BRANCHING.md:
- Long-lived:
main,staging,dev - Task branches:
todo/*,refactor/*,code/*
Promotion Path
- Task branch ->
dev dev->stagingstaging->main
Quality Gates
bun run lintbun run typecheckbun run testbun run test:e2e --list
Changelog
- Conventional commits required (see
CONTRIBUTING.md) - Generate changelog with:
bun run changelog:release