chore(release): automate README version bump

Amolith created

Assisted-by: Claude Opus 4.5 via Crush

Change summary

Taskfile.yaml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

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}}"