Compare commits
2 Commits
ffd881a48e
...
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| a6cb420eef | |||
| 99cd808ca8 |
13
CLAUDE.md
13
CLAUDE.md
@@ -34,7 +34,18 @@ The API token is generated on first run and displayed in the console output.
|
|||||||
|
|
||||||
Default port: `8765`
|
Default port: `8765`
|
||||||
|
|
||||||
|
## Versioning
|
||||||
|
|
||||||
|
Version is tracked in two files that must be kept in sync:
|
||||||
|
|
||||||
|
- `pyproject.toml` - `[project].version`
|
||||||
|
- `media_server/__init__.py` - `__version__`
|
||||||
|
|
||||||
|
When releasing a new version, update both files with the same version string.
|
||||||
|
|
||||||
|
**Important:** After making any changes, always ask the user if the version needs to be incremented.
|
||||||
|
|
||||||
## Git Rules
|
## Git Rules
|
||||||
|
|
||||||
- Always ask for user approval before committing changes to git.
|
- **ALWAYS ask for user approval before committing and pushing changes.**
|
||||||
- When pushing, always push to all remotes: `git push origin master && git push github master`
|
- When pushing, always push to all remotes: `git push origin master && git push github master`
|
||||||
|
|||||||
Reference in New Issue
Block a user