Skip to content

Fix stale GitHub Packages references after npmjs migration - #39

Merged
kin0992 merged 1 commit into
mainfrom
fix-stale-npmjs-refs
Jun 1, 2026
Merged

Fix stale GitHub Packages references after npmjs migration#39
kin0992 merged 1 commit into
mainfrom
fix-stale-npmjs-refs

Conversation

@kin0992

@kin0992 kin0992 commented Jun 1, 2026

Copy link
Copy Markdown
Owner

What

Two leftover references to GitHub Packages from before the npmjs.org migration (#36):

  • .npmrc — the @kin0992 scope still pointed at npm.pkg.github.com; now points to registry.npmjs.org (the public registry packages actually publish to).
  • .changeset/README.md — the release-flow description still said "publishes to GitHub Packages"; updated to npmjs.org.

Why

Since #36, packages publish publicly to npmjs.org with provenance (release-reusable.yml authenticates against registry.npmjs.org, and CONSUMING.md documents anonymous pnpm add). Workspace installs were unaffected (workspace:*), but the stale scope override would route any real @kin0992 registry lookup to GitHub Packages (requiring a token), and the doc was misleading.

No package source changed, so no changeset.

🤖 Generated with Claude Code

The repo publishes to npmjs.org since #36, but the @kin0992 scope in .npmrc
still routed to GitHub Packages and the changeset README still described the
old publish target.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Jun 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 752a42a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@kin0992
kin0992 merged commit 96b2977 into main Jun 1, 2026
6 checks passed
@kin0992
kin0992 deleted the fix-stale-npmjs-refs branch June 1, 2026 21:23
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