From 87b2cadeefa4cb8b4792a1bcebb78a3ce7def995 Mon Sep 17 00:00:00 2001 From: Neil <4138956+nwparker@users.noreply.github.com> Date: Mon, 1 Jun 2026 23:38:15 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f8b369865..31fd088d3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -113,3 +113,22 @@ All stable kinds (`patch`, `minor`, `major`) are computed off the latest _stable - **Minor or major bump:** `kind=minor` or `kind=major`. The scheduled 2x/day RC cron in [`release-rc.yml`](../../actions/workflows/release-rc.yml) is independent and continues to run automatically from `main`. + + +## Release Channels + +The public Homebrew cask tracks stable desktop releases: + +```bash +brew install --cask stablyai/orca/orca +``` + +Release candidates use a separate cask token: + +```bash +brew install --cask stablyai/orca/orca@rc +``` + +The two casks conflict because both install `Orca.app`. Switch channels with a +normal `brew uninstall --cask` followed by the install for the other channel. +Do not use `--zap` unless you intentionally want to remove local Orca state.