Skip to content

Commit b38ca82

Browse files
committed
docs: add version management guidelines for melos workflow
1 parent ac2b658 commit b38ca82

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Version Management
2+
- **DO NOT manually edit CHANGELOG.md files** - Melos handles changelog generation automatically
3+
- **Use semantic commit messages** for proper versioning:
4+
- `fix:` for bug fixes (patch version bump)
5+
- `feat:` for new features (minor version bump)
6+
- `BREAKING CHANGE:` or `!` for breaking changes (major version bump)
7+
- Example: `fix: prevent iOS build errors with Logger availability`
8+
- Melos will generate changelog entries from commit messages during release
9+
110
## Pre-Commit Requirements
211
**CRITICAL**: Always run from project root before ANY commit:
312
1. `dart analyze` (check for code errors)

0 commit comments

Comments
 (0)