|
|
@@ -36,9 +36,10 @@ 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 :
|
|
|
+3. Based on the file changes , a new changelog item should be appended in the changelog.md file ,and the new content should be put at the top to ensuer it is the first changelog item , as to the content , you can refer the changelog.md file , and make sure the title should contain date and time such as ## [1.8.0] - 2025-12-15 16:14
|
|
|
+4. 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
|
|
|
+5. Ensure the commit message is descriptive and includes relevant file paths for clarity.
|
|
|
+6. 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下发
|
|
|
|
|
|
- 在 APRActions.ts 中导出 setExposureModeFromAction API
|