Skip to content

ci: use npm Trusted Publishing and add changeset check#7

Merged
simllll merged 3 commits intomainfrom
claude/replace-hokify-namespace-FEdJt
Jan 21, 2026
Merged

ci: use npm Trusted Publishing and add changeset check#7
simllll merged 3 commits intomainfrom
claude/replace-hokify-namespace-FEdJt

Conversation

@simllll
Copy link
Owner

@simllll simllll commented Jan 21, 2026

  • Remove NPM_TOKEN dependency, use OIDC-based Trusted Publishing
  • Add NPM_CONFIG_PROVENANCE for provenance attestation
  • Add changeset-check.yml to enforce changesets in PRs

- Remove NPM_TOKEN dependency, use OIDC-based Trusted Publishing
- Add NPM_CONFIG_PROVENANCE for provenance attestation
- Add changeset-check.yml to enforce changesets in PRs
- Add /changeset command to create changesets via PR comments
- Update changeset-check to post helpful instructions
- Supports: /changeset patch|minor|major [packages]
@github-actions
Copy link
Contributor

github-actions bot commented Jan 21, 2026

⚠️ No changeset found

This PR doesn't have a changeset. If this PR should trigger a release, please add one:

Option 1: Comment command

Comment on this PR:

/changeset patch
Your change description here

Or specify packages:

/changeset minor @node-ts-cache/core
Added new caching feature

Option 2: Manual

pnpm changeset
git add .changeset && git commit -m "chore: add changeset" && git push

If this PR doesn't need a release (e.g., docs, CI changes), you can ignore this message.

@simllll simllll merged commit a2b80d2 into main Jan 21, 2026
5 of 6 checks passed
@simllll simllll deleted the claude/replace-hokify-namespace-FEdJt branch January 22, 2026 14:47
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.

2 participants