# NOTE: the release.yml workflow is NOT injected at genesis (the first release
# uses the manual `simctl publish-crates` sweep). Add release.yml + the
# CARGO_REGISTRY_TOKEN secret per repo when you start ongoing per-repo releases.
# Post-go-live the constellation versions PER REPO, not in lockstep: each repo
# releases on its own cadence and `^0.1.x` consumers auto-resolve compatible patches
# (e.g. sim-nest is ahead at 0.1.2 for a docs/feature-contract patch while other
# repos remain 0.1.0). Dev harnesses are publish=false and skipped automatically.
[]
# One version within THIS repo's workspace (facade + xtask bump together).
= true
= true
# Publish crates in dependency order (release-plz computes the order).