Skip to main content

Examples

Examples

Stable with Limitations

Use cautious Release-profile patterns for previews, explicit versions, pre-releases, and backup synchronization.

Commandcusty run release

Category

Pipeline Profile

Quick Command

custy run release [OPTIONS]

examplesreleasedry-run

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 release

Use an approved version

Run the release profile with an explicit SemVer tag.

CLI
custy run release --strategy semver --tag v2.0.0

Create 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.1

Synchronize an eligible backup

Add configured backup remotes after main-group publication.

CLI
custy run release --tag v2.0.0 --sync-backup