소스 검색

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

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

改动文件:
- .clinerules/workflows/git-commit-and-push.md
dengdx 1 주 전
부모
커밋
c8e2c1fc30
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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下发