Skip to content

ci: mirror every published package to GitHub Packages - #917

Merged
Mearman merged 1 commit into
mainfrom
ci/mirror-all-published-packages-to-github-packages
Sep 4, 2026
Merged

ci: mirror every published package to GitHub Packages#917
Mearman merged 1 commit into
mainfrom
ci/mirror-all-published-packages-to-github-packages

Conversation

@Mearman

@Mearman Mearman commented Sep 4, 2026

Copy link
Copy Markdown
Member

Not all internal packages were actually getting dual-deployed to GitHub Packages.

`.github/release-republish.json`'s `githubPackages` mapping was originally built by porting each package's own historical standalone-repo config, per #732. Two gaps fell out of that:

  • `document-cli` and `document-mcp` were tracked in the file (for their npm alias lists) but never carried a `githubPackages` key, so the "Mirror to GitHub Packages" job's matrix never included them.
  • `document-compute.js`, `epub-codec`, and `excel-number-format` were absent from the file entirely — each joined the monorepo without a prior standalone repository to port a mapping from, and nobody backfilled one when they were added.

All five are real, published (non-private) npm packages. This adds a `githubPackages` entry for each, matching the same-name convention every other package already uses (e.g. `"doc-codec": { "githubPackages": "doc-codec", ... }`).

This only affects packages released after this merges — I'll backfill the already-published versions of these five via the existing `backfill_tags` workflow_dispatch input once this lands, rather than waiting for each one's next natural release.

document-cli and document-mcp were tracked in release-republish.json for their npm alias
lists but carried no githubPackages entry, so neither ever got a GitHub Packages mirror.
document-compute.js, epub-codec, and excel-number-format were absent from the file
entirely -- each joined the monorepo without a prior standalone repository to port a
mapping from, and nobody backfilled one.

All five are real, published (non-private) packages; this adds a githubPackages entry for
each, matching the same-name convention every other package already uses.
@Mearman
Mearman marked this pull request as ready for review September 4, 2026 15:22
@Mearman
Mearman merged commit 6cc7658 into main Sep 4, 2026
17 checks passed
@Mearman
Mearman deleted the ci/mirror-all-published-packages-to-github-packages branch September 4, 2026 15:22
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-04T15:26:08.572220Z 330f417 Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

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