Skip to main content

rt release app

rt › release › app

Patch-release one served app end to end: qualify the path gate, write the notes, tag and verify

Usage​

rt release app <name> [flags]

Arguments & flags​

Flag / ArgTypeDefaultDescription
<name>textServed app to release (board, chat, console, boxscore); omit on a terminal to pick one
--dry-runbooleanfalseResolve and print the whole plan without changing anything
--yes-notestextApprove the notes a stopped run showed, by the 12-character hash it printed; refused if the notes changed since
--jsonbooleanfalseEmit the release report as JSON; without --yes-notes it stops at notes not yet committed on main

See code: commands/release.ts › releaseApp