supabase-beta: Add version 2.89.0#1271
Conversation
|
/verify |
|
All changes look good. Wait for review from human collaborators. supabase-beta
|
WalkthroughA new manifest file for the Supabase CLI beta channel is added, specifying version 2.89.0 with architecture-specific download URLs, SHA256 hashes, executable name, and automated version-checking configuration. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 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 |
|
/verify |
|
All changes look good. Wait for review from human collaborators. supabase-beta
|
|
@z-Fng bump 🙂 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@bucket/supabase-beta.json`:
- Around line 17-20: The checkver currently points to the general releases page
("checkver" -> "url") and uses a regex that matches all tags ("regex"), so
update the manifest's checkver to only consider GitHub prereleases: change the
"url" to the GitHub Releases API endpoint for supabase/cli (e.g. the releases
API URL) and add a filter that selects entries where "prerelease" is true (or
otherwise configure the check to only parse JSON items with prerelease=true),
keeping the version-extraction regex targeting the tag name; locate the
"checkver" object and modify "url" and add the prerelease filter so only
prerelease/beta releases are tracked.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: db89d060-83ca-4578-95a5-5890d566dd96
📒 Files selected for processing (1)
bucket/supabase-beta.json
An open source Firebase alternative
Related to ScoopInstaller/Main#4890
Summary by CodeRabbit