mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
Replaces the `stable` + optional `version` inputs with explicit `rc | patch | minor | major` choices. Stable kinds are always computed off the latest published stable release (ignoring intermediate RCs), so there's nothing to type and no way to pick a version that regresses electron-updater. The stable-must-strictly-increase guard stays in place for patch/minor/ major. RC behavior is unchanged — continues an active series or starts a new one on the next patch.