From 7b5f2f9040dcd29b9f9133948b5684c31488678c Mon Sep 17 00:00:00 2001 From: Jonatan Dahl Date: Fri, 23 Jan 2026 16:18:01 -0500 Subject: [PATCH] docs: note that releases are automated Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index a99ba33..b1edbe0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -115,3 +115,7 @@ Test patterns: 4. **Error Handling**: Commands return early on git errors. For rebase conflicts, user must resolve manually and re-run `stack sync`. 5. **Branch Existence**: Parent branches may not exist locally if they were merged and deleted. Code handles missing parents gracefully. + +## Releases + +Releases are automated via GitHub Actions. When PRs are merged to main, a release is created automatically. Do not create releases manually.