Add license file and improve CLAUDE.md context file
This commit is contained in:
10
CLAUDE.md
10
CLAUDE.md
@@ -2,9 +2,15 @@
|
||||
|
||||
## Version Management
|
||||
|
||||
Any change to the repository content (code, configuration, documentation) should update the integration version in `custom_components/immich_album_watcher/manifest.json`.
|
||||
Update the integration version in `custom_components/immich_album_watcher/manifest.json` only when changes are made to the **integration content** (files inside `custom_components/immich_album_watcher/`).
|
||||
|
||||
Do NOT bump version for:
|
||||
|
||||
- Repository setup (hacs.json, root README.md, LICENSE, CLAUDE.md)
|
||||
- CI/CD configuration
|
||||
- Other repository-level changes
|
||||
|
||||
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
|
||||
- **PATCH** (0.0.x): Bug fixes, integration documentation updates
|
||||
|
||||
Reference in New Issue
Block a user