ci(publish): add @agentmemory/fs-watcher to the release workflow#166
ci(publish): add @agentmemory/fs-watcher to the release workflow#166
Conversation
Ships the new filesystem connector to npm on every release. Also adds workflow_dispatch so we can manually publish packages without cutting a release — useful for back-filling fs-watcher against v0.9.0 which merged before the workflow knew about it.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThe workflow configuration adds a manual trigger with an optional Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Backfills the new filesystem connector into the npm publish pipeline.
What
Why
The v0.9.0 release shipped `@agentmemory/agentmemory` and `@agentmemory/mcp` to npm via the existing workflow, but `@agentmemory/fs-watcher` (new in this release) wasn't in the workflow yet so it didn't go out. Fixing it so future releases pick it up automatically, plus giving us a manual trigger to back-fill v0.9.0 without re-releasing.
After merge
Run the "Publish to npm" workflow via the Actions UI with `workflow_dispatch` to publish fs-watcher@0.1.0 for v0.9.0.
Summary by CodeRabbit