Bump all packages to 0.7.3 (#845)

* Bump all packages to 0.7.3

* ci: disable Flutter mobile release workflow
This commit is contained in:
l5y
2026-07-18 12:11:49 +02:00
committed by GitHub
parent ebd500981d
commit 0cd2b2c4d4
12 changed files with 29 additions and 20 deletions
+3 -1
View File
@@ -11,5 +11,7 @@
- **`ruby.yml`** - Ruby Sinatra app testing
- **`javascript.yml`** - Frontend test suite
- **`mobile.yml`** - Flutter mobile tests with coverage reporting
- **`release.yml`** - Tag-triggered Flutter release builds for Android and iOS
- **`release.yml`** - Flutter release builds for Android and iOS (**disabled**:
manual `workflow_dispatch` only; the tag-push trigger is commented out until
the dysfunctional reader apps are fixed)
+10 -3
View File
@@ -14,10 +14,17 @@
name: Mobile Release
# DISABLED: the Flutter reader apps are currently dysfunctional and must not be
# released until the underlying issues are fixed. The automatic tag-push trigger
# is intentionally removed so version tags (e.g. v0.7.3) do NOT build or publish
# mobile release artifacts. The workflow is retained under workflow_dispatch so
# maintainers can still run it manually while validating a fix; restore the
# "push: tags" trigger below to re-enable automatic releases.
on:
push:
tags:
- "*"
workflow_dispatch:
# push:
# tags:
# - "*"
permissions:
contents: write