You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,10 @@ When resolving conflicts: upstream may change indentation or restructure files.
43
43
-`gh release create` requires commits to be pushed to origin first. The misleading "workflow scope" error usually means the target commit doesn't exist on remote.
44
44
- Use `gh api` to create releases if `gh release create` fails, then `gh release upload` for assets.
45
45
46
+
## Releases
47
+
48
+
Release title format: `Ghostree v0.X.Y` (always include "Ghostree" prefix and "v" before the version number). Update the homebrew cask in `sidequery/homebrew-tap` with the new version, sha256, and asset ID after uploading the DMG.
49
+
46
50
## History cleanup (2026-01-30)
47
51
48
52
`main` was rewritten to remove duplicated rebased commits. Backup ref: `legacy/main-pre-cleanup-2026-01-30`
0 commit comments