docs(relase): 📝 Explain how to make a new release

This commit is contained in:
bronsen 2025-12-04 20:44:25 +01:00
parent e6a7cc3fde
commit 4a3cd9b3b9

View file

@ -11,4 +11,14 @@ Data will eventuall be stored in a SQLite database.
uv run pytest tests.py
```
## Creating a new release
* make code changes
* add tests; make them pass
* commit
* `git tag vX.Y.Z`
* push commits and tags
`uv build` will now create correctly named tar balls and wheels.
[Textual]: https://textual.textualize.io/