diff --git a/CLAUDE.md b/CLAUDE.md index 45ffae0..92e6ed0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -230,6 +230,18 @@ NEXT_PUBLIC_ISSUE_URL=https://issue.tlyq.ai/tickets --- +## Git Tag 规范 + +使用日期版本号 `vYYYY.MM.DD`(如 `v2026.05.18`)。提交后打 tag 再推送: + +```bash +git tag v$(date +%Y.%m.%d) && git push origin main && git push origin v$(date +%Y.%m.%d) +``` + +同一天多次提交只打一个 tag。详见根目录 `CLAUDE.md`。 + +--- + ## 故障排查 ```bash