Skip to content

Commit 982c50f

Browse files
committed
Update claude.md
1 parent 0af34c2 commit 982c50f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ You are a **Principal Software Engineer** responsible for:
129129
- **Commit message style**: Use conventional format without prefixes (feat:, fix:, chore:, etc.)
130130
- **Message guidelines**: Keep commit messages short, pithy, and targeted - avoid lengthy explanations
131131
- **Small commits**: Make small, focused commits that address a single concern
132+
- **Version bump commits**: 🚨 MANDATORY - Version bump commits MUST use the format: `Bump to v<version-number>`
133+
- ✅ CORRECT: `Bump to v1.2.3`
134+
- ❌ WRONG: `chore: bump version`, `Update version to 1.2.3`, `1.2.3`
132135
- **❌ FORBIDDEN**: Do NOT add Claude Code attribution footer to commit messages
133136
- ❌ WRONG: Including "🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <[email protected]>"
134137
- ✅ CORRECT: Clean commit messages without attribution footers

0 commit comments

Comments
 (0)