From 606fc1e91874837a2e55640c96341094a8a2bb63 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 30 Nov 2025 13:08:28 -0700 Subject: [PATCH] chore(release): automate README version bump Assisted-by: Claude Opus 4.5 via Crush --- Taskfile.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index 7def862201f4faf66be682c7e5ed43152894b2a4..b83dff152c67fc6dd22118836de2b845c150a327 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -143,6 +143,7 @@ tasks: cmds: - git tag -d nightly || true - git fetch upstream --tags + - crush run "Please update the mentioned version in the top of the README to {{.TAG}}. You only need to read the first 65 lines for the relevant bits. Commit when you're done." - git tag -a {{.TAG}} - git push soft {{.TAG}} - echo "Released {{.TAG}}"