From 4a3cd9b3b90e224470c9656978ff7ebfb0b525ea Mon Sep 17 00:00:00 2001 From: bronsen Date: Thu, 4 Dec 2025 20:44:25 +0100 Subject: [PATCH] =?UTF-8?q?docs(relase):=20=F0=9F=93=9D=20Explain=20how=20?= =?UTF-8?q?to=20make=20a=20new=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e489543..58328df 100644 --- a/README.md +++ b/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/