flutter_rust_bridge — публикация релиза в реестры пакетов

devops

frb-publish-release is a Claude Code skill that automates the full end-to-end release pipeline for flutter_rust_bridge, from preflight checks through post-release version polling in package registries. The workflow validates git state and submodule initialization, enforces strict SemVer version shapes (`^\d+\.\d+\.\d+(-beta\.\d+)? flutter_rust_bridge — публикация релиза в реестры пакетов — Claude Code skill for DevOps only), runs credential preflight via a Docker container covering GitHub CLI, Cargo, and Dart pub credentials, reconciles contributor credits using the frb-add-contributor skill, and prepares the release section in CHANGELOG.md via frb-write-changelog. CI is gated by `release_ci_gate.py`, which conservatively blocks on any release-surface path changes; a narrow exception for non-release paths is allowed only when its conditions are fully documented. Publishing proceeds only after a human explicitly confirms the changelog text, making the skill suitable for maintainers who need reproducible, auditable flutter_rust_bridge stable and beta releases.