feat: add GitHub Actions workflow for publishing and releasing packages - #1
Conversation
ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Free Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe change adds a GitHub Actions workflow for package publishing and draft release creation. The build script now makes ChangesRelease automation
Estimated code review effort: 3 (Moderate) | ~20 minutes Mergeability Score: ⚪ Minimal · up to This PR adds a package publishing and release workflow and updates the package metadata; no actionable merge-blocking risk remains based on the supplied evidence. Sequence Diagram(s)sequenceDiagram
participant GitHubActions
participant PnpmNode
participant NpmRegistry
participant GitHubRelease
GitHubActions->>PnpmNode: Install dependencies and build
GitHubActions->>NpmRegistry: Publish packages with NPM_TOKEN
GitHubActions->>GitHubRelease: Create draft release with tag and changelog
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
Summary by CodeRabbit
Release Management
Improvements