Commit fc986ac
committed
chore: correct the affirmed consequent in this changeset's semver note (#14683)
I wrote that `minor` "means breaking" here, and that claiming it would
signal an incompatibility. That affirms the consequent: breaking => minor
holds, minor => breaking does not. check-changeset-no-major.mjs says so in
the header I cited — during the window the bump level "tells a consumer
nothing about whether the release breaks them", and the carriers are the
banner and the ADR-0087 disposition, "the only signal there is".
The landed record carries the other half: 87ad30c ('@objectstack/types':
minor) and 3c1bbd2 ("@objectstack/metadata": minor) are new-export bumps
with zero banner tokens. So `minor` is the union, not a breaking marker.
Corrected to what the gate actually says: the level carries nothing either
way, this change owes neither carrier, and `patch` follows from the lineage
and from no export being added. Lines 54-58 unchanged.
⛔ No code, test or pin changes.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0112hMx9hjJ9BgB28X97DS681 parent 000a986 commit fc986ac
1 file changed
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
61 | 73 | | |
62 | 74 | | |
63 | 75 | | |
| |||
0 commit comments