|
|
@@ -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下发
|