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