docs: point README release flow at custard release CLI
4b3fd58187be9fa3b541191e6dae7d3785185d0e
Kevin Kortum <kevinkortum@me.com> · 2026-07-08 08:13
parent 0f816625
docs: point README release flow at custard release CLI Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Pc56rzYZo9TjJgXN951Psk
1 files changed
README.md +6 −6
@@ -67,14 +67,14 @@ ## Release
Releases ship through [custard](https://codex.humdrum.me/r/custard) to the
self-hosted Homebrew tap. Config lives in `.custard.yaml` (source build,
-`depends_on "go"`). To cut a release, push a `release/vX.Y.Z` bookmark:
+`depends_on "go"`). Push `main` first, then from the repo root:
- jj bookmark create release/v0.1.0 -r @-
- jj git push --bookmark release/v0.1.0
+ custard release v0.1.0
-custard runs the CI checks, archives the ref, renders `Formula/tt.rb`, and
-commits it to the tap. Install requirements (tock, sqlite) live under
-[Requirements](#requirements) — the auto-formula does not repeat them.
+custard runs the CI checks, tags the commit, pushes it, and the forge
+renders `Formula/tt.rb` into the tap. Install requirements (tock, sqlite)
+live under [Requirements](#requirements) — the auto-formula does not repeat
+them.
## License