Add CLAUDE.md with versioning rules
This commit is contained in:
10
CLAUDE.md
Normal file
10
CLAUDE.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Project Guidelines
|
||||
|
||||
## Version Management
|
||||
|
||||
Any change to the repository content (code, configuration, documentation) should update the integration version in `custom_components/immich_album_watcher/manifest.json`.
|
||||
|
||||
Use semantic versioning:
|
||||
- **MAJOR** (x.0.0): Breaking changes
|
||||
- **MINOR** (0.x.0): New features, backward compatible
|
||||
- **PATCH** (0.0.x): Bug fixes, documentation updates
|
||||
Reference in New Issue
Block a user