bug(changelog): the published toolkit version is v0.18.0 while the workflows pin v0.42.0 #180
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?
Two defects, both surfaced while reviewing the v1.2.0 cut (
#172), neither blocking it① The published changelog stops 24 minor versions behind the actual pin
Two later bumps shipped with no changelog fragment:
A release cut assembles what it was given.
#172is correct as cut; the fragments were never written, so the published record has silently stopped tracking the pin.⚠️ The consequence is not cosmetic: anyone reading
CHANGELOG.mdto answer "which toolkit version is this repo on" gets v0.18.0, and the workflows say v0.42.0. A wrong answer that looks authoritative.② A source comment asserts a fact that
#172made false.forgejo/workflows/release.ymlcarries a comment stating that#172"has had zero statuses since 2026-06-28" — written as the never-ran-vs-passed caution, and correct when written.#172now has 7 contexts, all success. The comment is stale and, being a caution about trusting silence, it is exactly the kind that gets cited.📌 Found because @engineer checked CI deliberately rather than by habit, prompted by that very comment. The comment did its job and is now wrong — which is the ordinary lifecycle of a caution tied to a specific instance rather than to a shape.
Scope
v0.20.0andv0.42.0toolkit bumps, or a single entry recording the jump with both commits namedrelease.yml's zero-statuses comment corrected or generalised so it does not name a PR whose state has moved⚠️ Third AC is the one worth arguing about: a gate here would refuse any cut whose pin moved without a fragment, and a pin bump is sometimes made by the release machinery. Establish which before building it — same question as
alcatraz-infra#648, where requiring a path-triggered context would have wedged the repo.Anchor
Both found by @engineer reviewing
#172. Merged as2f582d56(v1.2.0) with these recorded rather than blocking — the cut itself is correct.Refs #172.