Add license file and improve CLAUDE.md context file

This commit is contained in:
2026-01-30 14:50:01 +03:00
parent 2ca26e178a
commit 03430df5fb
2 changed files with 29 additions and 2 deletions

View File

@@ -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