-
Notifications
You must be signed in to change notification settings - Fork 121
enable oidc publishing #1015
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable oidc publishing #1015
Conversation
|
🎉 This PR is included in version 13.1.0-alpha.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 13.1.0-alpha.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 13.1.0-alpha.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 13.1.0-alpha.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 13.1.0-alpha.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
since that logic is now handled with the step to acquire the id-token for #958
|
🎉 This PR is included in version 13.1.0-alpha.11 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 13.1.0-alpha.12 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 13.1.0-alpha.13 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 13.1.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 13.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Update semantic-release from v22.0.0 to v25.0.2 and @semantic-release/npm to v13.1.2 which includes OIDC trusted publishing support (merged Oct 2025). This enables token-free publishing via npm Trusted Publishers without requiring NPM_TOKEN environment variable. References: - semantic-release/npm#1015 (enable oidc publishing) - semantic-release/npm#1017 (promote to stable) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
# [1.1.0](v1.0.1...v1.1.0) (2025-11-22) ### Bug Fixes * enable npm provenance for OIDC publishing ([4ded4fc](4ded4fc)) * update Node version requirements for semantic-release v25 ([ddc22fa](ddc22fa)) * update semantic-release to latest with OIDC support ([0440f6a](0440f6a)), closes [semantic-release/npm#1015](semantic-release/npm#1015) [semantic-release/npm#1017](semantic-release/npm#1017) * use npm install instead of npm ci for complex dependencies ([22ebc10](22ebc10)) ### Features * enable OIDC publishing and remove token workflow ([5d1f195](5d1f195))
this doesnt yet handle:
pkgRootbecause of the added dry-run