Examples
Examples
Practical Guide
Gunakan explicit version, strategy, message, dan dry run.
Command
custy tagCategory
Git Operations
Quick Command
custy tag [OPTIONS]Ringkasan
Examples
Practical command examples.
Dry Run
Tinjau exact tag tanpa membuat reference.
CLI
custy --dry-run tag --tag v1.4.0Project Defaults
Gunakan resolved configuration.
CLI
custy tagExplicit SemVer
Gunakan exact SemVer.
CLI
custy tag --strategy semver --tag v1.4.0Explicit SemVer Release Candidate
Gunakan approved explicit lifecycle tag.
CLI
custy tag --strategy semver --tag v1.4.0-rc.1Inline Message
Gunakan inline tag message.
CLI
custy tag --tag v1.4.0 --tag-message "Release v1.4.0"