Examples
Examples
Stable
Use practical tag patterns for configured strategies, explicit releases, pre-releases, messages, and dry-run review.
Command
custy tagCategory
Git Operations
Quick Command
custy tag [OPTIONS]Overview
Prefer an explicit approved version for manual releases, then use dry-run to inspect how Custy resolves the tag and related artifacts.
Common Examples
Examples
Practical command examples.
Use configured strategy
Resolve the next tag from project settings and repository state.
CLI
custy tagCreate an approved SemVer tag
Use an explicit version while retaining the SemVer strategy.
CLI
custy tag --strategy semver --tag v1.4.0Create an explicit release-candidate tag
Use an approved SemVer lifecycle tag without automatic version generation.
CLI
custy tag --strategy semver --tag v1.4.0-rc.1Use an explicit annotation
Override the annotated tag message.
CLI
custy tag --tag v1.4.0 --tag-message "Release v1.4.0"Preview the selected tag
Inspect preparation and the intended tag before creation.
CLI
custy --dry-run tag --tag v1.4.0