Skip to content

fix: resolve npm version publishing and auth token discovery issues#21

Merged
cnbailian merged 2 commits intomainfrom
cnbailian/fix-npm-version-err
Mar 5, 2026
Merged

fix: resolve npm version publishing and auth token discovery issues#21
cnbailian merged 2 commits intomainfrom
cnbailian/fix-npm-version-err

Conversation

@cnbailian
Copy link
Copy Markdown
Collaborator

Summary

  • Fixed .npmrc path resolution for bun publish --cwd by writing to ~/.npmrc instead of project root
  • Added plugin_version and repterm_api_version workflow inputs for manual version management
  • Improved semantic-release workspace protocol handling to process all package.json files
  • Added documentation application with comprehensive guides and API references

Test plan

  • Verify npm token is discoverable when publishing with bun publish --cwd
  • Test workflow dispatch with plugin_version and repterm_api_version inputs
  • Confirm semantic-release processes workspace dependencies correctly

cnbailian and others added 2 commits March 5, 2026 17:31
Fix .npmrc path resolution for bun publish --cwd by writing to ~/.npmrc instead of project root, ensuring token is discoverable regardless of working directory. Add plugin_version and repterm_api_version workflow inputs to enable manual version management for plugin-api and plugin-kubectl packages. Improve semantic-release workspace protocol handling to process all package.json files consistently.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The docs app imports from fumadocs-core/source but only had fumadocs-ui
and fumadocs-mdx as direct dependencies, causing webpack module
resolution failure in CI.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@cnbailian cnbailian merged commit 7958b5e into main Mar 5, 2026
14 checks passed
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