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