Skip to content

feat(ci): add lightweight prerelease CLI workflow#405

Merged
khaliqgant merged 1 commit into
mainfrom
ci/prerelease-cli-workflow
Feb 12, 2026
Merged

feat(ci): add lightweight prerelease CLI workflow#405
khaliqgant merged 1 commit into
mainfrom
ci/prerelease-cli-workflow

Conversation

@khaliqgant
Copy link
Copy Markdown
Member

@khaliqgant khaliqgant commented Feb 12, 2026

Summary

  • Adds a new Prerelease CLI GitHub Actions workflow for publishing only the main agent-relay CLI package
  • Skips Rust binary builds, standalone binary builds, and full verification — much faster than the full release pipeline
  • Supports workflow_dispatch with inputs for version bump type (prerelease/prepatch/preminor), preid (beta/alpha/rc/next), npm dist-tag, and dry run

Test plan

  • Trigger the workflow manually from GitHub Actions with dry_run: true to verify it runs end-to-end
  • Publish a real beta prerelease and verify it appears on npm with the correct tag

🤖 Generated with Claude Code


Open with Devin

Publishes only the main agent-relay CLI package without building
Rust binaries, standalone binaries, or running full verification.
Supports version bump type, preid, npm dist-tag, and dry run options.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@khaliqgant khaliqgant merged commit a1f93a0 into main Feb 12, 2026
29 checks passed
@khaliqgant khaliqgant deleted the ci/prerelease-cli-workflow branch February 12, 2026 14:22
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 7 additional findings.

Open in Devin Review

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