Skip to content

fix(catalog): regenerate the root README after the http-action 0.1.1 bump - #50

Merged
rmyndharis merged 1 commit into
mainfrom
fix/catalog-readme-drift
Jul 28, 2026
Merged

fix(catalog): regenerate the root README after the http-action 0.1.1 bump#50
rmyndharis merged 1 commit into
mainfrom
fix/catalog-readme-drift

Conversation

@rmyndharis

Copy link
Copy Markdown
Owner

Summary

main has been failing CI since the http-action 0.1.1 release merged. The failing step is Catalog up to date (plugins.json, READMEs, version↔changelog), which runs node scripts/catalog.mjs --check.

The 0.1.1 release updated http-action/manifest.json, http-action/CHANGELOG.md, http-action/README.md, and the plugins.json entry, but the catalog table in the root README.md was left at 0.1.0. Since catalog.mjs regenerates that table from the manifests and CI compares its output against what is committed, the stale version cell fails the check.

Change

Regenerated the catalog with npm run catalog. README.md is the only file that drifted — plugins.json was already correct at 0.1.1.

-| [`http-action`](./http-action) | ... | 0.1.0 | beta |
+| [`http-action`](./http-action) | ... | 0.1.1 | beta |

Verification

Confirmed the failure reproduces on the release merge commit in a clean checkout, and that the regenerated output matches this change exactly.

Local run of the CI steps on this branch:

  • npm run typecheck — passes
  • npm test — 435 passing, 0 failing
  • npm run catalog:checkCatalog up to date (10 plugin(s)).

Note

CI was already red on the release PR before it merged. Requiring the ci check to pass in branch protection would keep this class of drift from reaching main.

…bump

The 0.1.1 release updated http-action's manifest, changelog, and the
plugins.json entry, but the catalog table in the root README was left at
0.1.0. The `catalog:check` CI step compares the generated catalog against
what is committed, so main has been red since the release merged.

Regenerated with `npm run catalog`; README.md is the only file that drifted.
@rmyndharis
rmyndharis merged commit a20826e into main Jul 28, 2026
1 check passed
@rmyndharis
rmyndharis deleted the fix/catalog-readme-drift branch July 28, 2026 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant