Skip to content

Commit 5f4e4a5

Browse files
committed
chore: enhance commit categorization rules to include 'Chore' and improve analysis for renamed files
1 parent 435fe36 commit 5f4e4a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cursor/rules/utils/release-commit-analysis-auto.mdc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ alwaysApply: false
88
## Critical Rules
99

1010
- Must analyze both conventional and non-conventional commit messages
11-
- Must categorize commits into Features, Bug Fixes, Breaking Changes, Documentation, and Other
11+
- Must categorize commits into Features, Bug Fixes, Breaking Changes, Chore, Documentation, and Other
1212
- Must use intelligent keyword matching for non-conventional commits
1313
- Must analyze file changes to help categorize documentation commits
14+
- Must analyze file changes to help categorize chore commits or renamed files or folders
1415
- Must provide comprehensive change summaries for version bump suggestions
1516
- Must handle cases where no commits exist since last tag
1617

0 commit comments

Comments
 (0)