Release: move to always-minor model (replace mathieudutour auto-bump) #23
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/session-lattice#23
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?
Bring session-lattice onto the always-minor release model (agentic-os #199; consumers aligned across cli-guard/coily/otel-a2a-relay-cli/repo-recall/ward).
session-lattice is the lone holdout: its
.github/workflows/release.ymlusesmathieudutour/github-tag-action@v6.2withdefault_bump: patch, which parses conventional commits and auto-escalates to major onfeat!:/BREAKING CHANGE- exactly what the new "major only by hand" model removes. The forgejotag-bumpaction is not a drop-in here (this repo's tag/Release step runs on the GitHub Actions surface even though origin is forgejo).Change:
vX.Y.Ztag by minor (no commit parsing), pushes the tag, and setsnew_tag/new_version/changelogoutputs for the softprops release step. Major stays hand-driven (cutvN.0.0by hand; pushes resume minor from there).Sequencing: land AFTER the in-flight
fix-tap-tokenbranch, which is mid-surgery on this samerelease.yml(FORGEJO_TOKEN tap fix + hook removal). Editing it now would collide on the workflow.