Skip to content

feat(desktop): output run URL after triggering canary release#743

Merged
Kitenite merged 1 commit into
mainfrom
feat/release-canary-output-url
Jan 14, 2026
Merged

feat(desktop): output run URL after triggering canary release#743
Kitenite merged 1 commit into
mainfrom
feat/release-canary-output-url

Conversation

@Kitenite
Copy link
Copy Markdown
Collaborator

@Kitenite Kitenite commented Jan 14, 2026

Summary

  • Updates release:canary script to output the GitHub Actions run URL after triggering the workflow
  • Makes it easy to monitor the canary build progress

Test plan

  • Run bun run release:canary and verify the run URL is printed after triggering

Summary by CodeRabbit

Chores

  • Improved canary release workflow by adding verification that displays the release run details after successful trigger.

✏️ Tip: You can customize this high-level summary in your review settings.

After triggering the workflow, the script now waits briefly and outputs
the GitHub Actions run URL for easy access to monitor the build.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jan 14, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The release:canary npm script in package.json is updated to chain additional commands after triggering the workflow. After executing the canary workflow, the script now pauses briefly and retrieves the URL of the latest workflow run instead of exiting immediately.

Changes

Cohort / File(s) Summary
NPM Script Enhancement
package.json
Updated release:canary script to chain sleep 2 and gh run list commands after workflow trigger, enabling retrieval of the latest run URL

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • chore: add release:canary script #738: Directly related — the previous PR initially added the release:canary script with the base workflow trigger, and this PR extends it with additional command chaining.

Poem

🐰 A workflow runs swift through the GitHub night,
Two seconds to sleep, then fetch URLs bright,
Chains of commands link like clover so fine,
The canary sings sweetly—release runs divine! ✨


📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ff6c151 and bfe7460.

📒 Files selected for processing (1)
  • package.json

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Kitenite Kitenite merged commit 071a29b into main Jan 14, 2026
5 of 6 checks passed
@Kitenite Kitenite deleted the feat/release-canary-output-url branch January 14, 2026 00:14
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 14, 2026

🚀 Preview Deployment

🔗 Preview Links

Service Status Link
Neon Database (Neon) View Branch
Fly.io Electric (Fly.io) View App
Vercel API (Vercel) Open Preview
Vercel Web (Vercel) Open Preview
Vercel Marketing (Vercel) Open Preview
Vercel Admin (Vercel) Open Preview
Vercel Docs (Vercel) Open Preview

Preview updates automatically with new commits

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