docs(relase): 📝 Explain how to make a new release
This commit is contained in:
parent
e6a7cc3fde
commit
4a3cd9b3b9
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue