From 7ab12023c30711974931f916075ed75e8891b80b Mon Sep 17 00:00:00 2001 From: bronsen Date: Mon, 16 Feb 2026 21:23:08 +0100 Subject: [PATCH] doc: refine release instructions Well, we are only tagging and not yet actually releasing. ny;ml: not yet; maybe later --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77c0da9..cbe3ecf 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,12 @@ Please no: this is my little human-created thing. * make code changes * run tests; make them pass * commit -* `git tag vX.Y.Z` -* push commits and tags +* `uv version X.Y.Z` +* commit +* push commits +* use lazygit to create the new version tag + * remeber to prefix it with `v` +* push the tags, using lazygit `uv build` will now create correctly named tar balls and wheels.