chore: clean up Taskfile and ensure ChangeLog automation

This commit is contained in:
Thomas SharedInbox
2026-05-10 11:25:07 +02:00
parent 382408985d
commit 4f55aaa0f7
+7 -3
View File
@@ -49,10 +49,16 @@ tasks:
setup:
desc: Fully set up the dev environment (FVM, pub get, codegen, hooks)
deps: [_preflight, _codegen]
deps: [_preflight, _codegen, generate-changelog]
cmds:
- echo "Setup complete."
generate-changelog:
desc: Generate assets/changelog.txt from git history
cmds:
- mkdir -p assets
- git log -n 50 --pretty=format:"* %ad %s" --date=short > assets/changelog.txt
_pub-get:
internal: true
run: once
@@ -236,8 +242,6 @@ tasks:
internal: true
run: once
preconditions:
- list_directory:
dir_path: ${ANDROID_HOME:-$HOME/Android/Sdk}
- sh: test -d "${ANDROID_HOME:-$HOME/Android/Sdk}"
msg: |
Android SDK not found. Install it with: