Skip to content

Commit bb7f516

Browse files
phucbmclaude
andcommitted
docs: add release checklist to CLAUDE.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e41c5cd commit bb7f516

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.claude/CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Build: `cd app && ./build.sh`
77
- Hot-reload: `pkill -x ClaudeUsageMonitor; cd app && ./build.sh`
88
- DMG: `cd app && ./create_dmg.sh`
9+
- Release: bump `CFBundleShortVersionString` + `CFBundleVersion` in `app/Info.plist`, commit, push, then `gh release create vX.Y.Z --title "vX.Y.Z" --notes "..."` and `gh release upload vX.Y.Z app/ClaudeUsageMonitor-X.Y.Z.dmg` — always attach the DMG
910

1011
### Website (React + TypeScript + Vite)
1112
- Dev: `cd website && pnpm dev`

0 commit comments

Comments
 (0)