You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): v0.19.8 + fix auto-tag.yml to work with branch protection
Version bump: 0.19.7 → 0.19.8
- Bumps VERSION/VERSIONS, Package.swift, all 4 Flutter pubspec.yaml
(incl. runanywhere_genie which was previously skipped), all Kotlin
gradle.properties, all Web/RN package.json files.
auto-tag.yml fix:
- Previous version tried to push a version-bump commit directly to main,
which the branch protection rule "changes must be made through a pull
request" blocks. The workflow failed on every release label.
- New flow: the release PR itself must contain the version bump (run
sync-versions.sh locally → commit → open PR → merge with release label).
The workflow verifies the bump is present and only pushes the tag,
which is not subject to the PR rule.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments