Skip to content

Commit 1ac7b9b

Browse files
docs(web/guides): address Reviewer A/B consensus findings (round 2)
- Fix stale `box.json` reference at upgrading/index.mdx:28 → `wheels.json` (the actual package manifest at the repo root). Round-1 fixed the same filename inside changelog.mdx but missed this sibling line in index.mdx; Reviewer A flagged it in the round-2 pass and B confirmed. Signed-off-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
1 parent 6078999 commit 1ac7b9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • web/sites/guides/src/content/docs/v4-0-1-snapshot/upgrading

web/sites/guides/src/content/docs/v4-0-1-snapshot/upgrading/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Deprecations land in a minor release with a log warning and stay functional unti
2525
Three sources, in order of authority:
2626

2727
- `vendor/wheels/events/onapplicationstart.cfc` — the `application.$wheels.version` assignment is the runtime truth. As of this snapshot, `4.0.0`.
28-
- `box.json` at the repo root — the package manifest version.
28+
- `wheels.json` at the repo root — the package manifest version.
2929
- `CHANGELOG.md` at the repo root — the most recent non-`[Unreleased]` heading.
3030

3131
If any two disagree, the runtime constant wins — that's the version your app actually boots against.

0 commit comments

Comments
 (0)