Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .kiro/steering/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
## Release
- Milestone-based (manual decision)
- Tag when user-facing changes have accumulated
- Do not pre-assign version numbers to refactoring themes in roadmaps —
name them "Theme N" and decide the tag at release time (a tag gated on
e.g. E2E can be overtaken by the next theme, breaking the numbering)
- Breaking changes must always bump MAJOR
- No release needed for internal-only refactoring
- Git tag format: `v{MAJOR}.{MINOR}.{PATCH}` (e.g., `v0.1.0`)
Expand Down
Loading