Browse Source

docs: 更新Git提交工作流文档,添加基于commit类型更新version的要求

添加对commit消息类型(如feat、fix等)的版本管理说明。

改动文件:
- .clinerules/workflows/git-commit-and-push.md
dengdx 1 week ago
parent
commit
c8e2c1fc30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .clinerules/workflows/git-commit-and-push.md

+ 1 - 1
.clinerules/workflows/git-commit-and-push.md

@@ -36,7 +36,7 @@ Automate the Git commit and push process by intelligently analyzing file changes
      - `feat: add new workflow creation process in .clinerules/workflows/create-new-workflow.md`
      - `fix: resolve authentication issue in src/API/security/userActions.ts`
      - `docs: update README.md with installation instructions`
-
+3. Based on the commmit message type ,such as feat , or fix .etc. you should change the version in the package.json file which is located in the project directory 
 3. Ensure the commit message is descriptive and includes relevant file paths for clarity.
 4. Ensure the commit message contains modified files which are changed or new added files . the commit message should be in Chinese  . the files list locates below the commit message and contribute to the commit messsage. Examplse :
     `feat: 实现曝光模式切换功能并集成设备API下发