From fd0562166003e967c7861ff6872f2dd7fa298382 Mon Sep 17 00:00:00 2001 From: jacy <18049821889@163.com> Date: Mon, 3 Aug 2026 14:29:53 +0800 Subject: [PATCH] =?UTF-8?q?chore(cursor):=20=E5=8F=91=E7=89=88=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=94=B9=E4=B8=BA=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- .cursor/rules/git-conventions.mdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cursor/rules/git-conventions.mdc b/.cursor/rules/git-conventions.mdc index 0beeb12..a788ac3 100644 --- a/.cursor/rules/git-conventions.mdc +++ b/.cursor/rules/git-conventions.mdc @@ -30,4 +30,4 @@ chore(shared-types): add OrderStatus enum - **仅用户明确要求时** 才执行 git commit / push - 不 amend 已推送的 commit,不 force push main/master/dev -- 发版:`dev`→测试(staging),`main`→生产;用户只说「发布」默认发测试(见 dukang-release skill) +- 发版:`dev`→测试(staging),`main`→生产;用户只说「发布/发版」默认发**生产**(见 dukang-release skill);明确说「发测试」才发 staging