3 Commits

Author SHA1 Message Date
Eligio Mariño 40b632ca7f ci: update version.json from a single place (#375)
- Fixes a broken pipeline: the `single_update` branch had a
half-migrated step that pre-wrote `flutter_version.json` before the JS
comparator ran, causing every scheduled run to emit `result=false` and
skip all downstream jobs — meaning no update PRs were ever opened
- Replaces `script/updateFlutterVersion.js` with a single shell+jq step
that fetches `releases_linux.json`, reads the pinned version, compares,
and only writes when the upstream stable version actually changed
- Sources `android.buildTools.version` from Flutter's own
`engine/src/flutter/tools/android_sdk/packages.txt` at the new tag
(instead of being orphaned with no write path into `version.json`)
- Fixes `config/schema.cue` undefined reference (`#PatchVersion` →
`#SemverPatch`) that caused `cue vet` to fail
- Fixes `config/android.cue` length guard typo (`fileContentTests` →
`commandTests`)
- Fixes the PR creation step writing `commit_message` to `$GITHUB_ENV`
instead of `$GITHUB_OUTPUT`, which resulted in PRs with empty titles and
commit messages

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-09 15:35:48 +02:00
verified-commit[bot] d95fb95a1e chore: update flutter dependencies in version.json for 3.29.0 (#289)
* chore: update flutter dependencies in version.json for 3.29.0

* build: install NDK and CMake

* docs: update docs

* ci: add ndk version

* ci: add cmake version

---------

Co-authored-by: verified-commit[bot] <180343340+verified-commit[bot]@users.noreply.github.com>
Co-authored-by: Eligio Mariño <22875166+gmeligio@users.noreply.github.com>
2025-02-16 18:38:20 +01:00
Eligio Mariño 2e59fdfb0a refactor: migrate Android version update script to Kotlin DSL and remove Groovy version (#288)
* refactor: migrate Android version update script to Kotlin DSL and remove Groovy version

* fix: correct file extension for Android version update script in workflows

* docs: restore comment
2025-02-15 17:16:05 +01:00