From 703ed1a8d48c70fae96ed976add44a61e3f16eb1 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 18 May 2026 14:58:38 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=20Git=20Tag=20?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E7=89=88=E6=9C=AC=E5=8F=B7=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 48c1812..8653459 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -248,6 +248,18 @@ NEXT_PUBLIC_ASSETS_URL=https://assets.tlyq.ai --- +## 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`。 + +--- + ## 故障排查 ### 容器启动失败