release cadence: tier-weighted releasable score - a pending breaking/feat pulls the release forward harder than fixes #218
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea#218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The cadence trigger counts releasable commits flat, so ten small fixes push toward a release exactly as hard as one breaking change - backwards from what users need: the changes that most need a prompt, well-called-out release (breaking, then feat) contribute the same pressure as a typo-class fix.
Decided mechanism: replace the flat count with a score, computed in releasable-count.sh (or a sibling releasable-score.sh) from conventional-commit types over the unreleased range:
Thresholds re-expressed in points, initially calibrated so current behavior is roughly preserved for a fix-only stream (soft nudge 15 points, hard 20 points): one breaking change plus a couple of fixes crosses the soft line in a day, while pure fixes take ~15. The 3-day time trigger stays as-is. Exact weights are constants in one place - tune by eyeball later, not sacred.
Consumers to update: release-due.sh (SessionStart banner), the finish-path release gate, and the gate's message (report score and its top contributors, e.g. "22 points: 1 breaking + 3 feat + 5 fix").
Acceptance criteria: