Examples
Examples
Stable with Limitations
Use cautious Release-profile patterns for previews, explicit versions, pre-releases, and backup synchronization.
Command
custy run releaseCategory
Pipeline Profile
Quick Command
custy run release [OPTIONS]Overview
Use an approved explicit version and preview the full release before normal execution.
Common Examples
Examples
Practical command examples.
Preview the configured release
Inspect every release stage and resolved remote without normal mutations.
CLI
custy --dry-run run releaseUse an approved version
Run the release profile with an explicit SemVer tag.
CLI
custy run release --strategy semver --tag v2.0.0Create a SemVer release candidate
Run the release profile with an approved explicit RC tag.
CLI
custy run release --strategy semver --tag v2.0.0-rc.1Synchronize an eligible backup
Add configured backup remotes after main-group publication.
CLI
custy run release --tag v2.0.0 --sync-backup