Lewati ke konten utama

Examples

Examples

Practical Guide

Gunakan explicit version, strategy, message, dan dry run.

Commandcusty tag

Category

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.0

Project Defaults

Gunakan resolved configuration.

CLI
custy tag

Explicit SemVer

Gunakan exact SemVer.

CLI
custy tag --strategy semver --tag v1.4.0

Explicit SemVer Release Candidate

Gunakan approved explicit lifecycle tag.

CLI
custy tag --strategy semver --tag v1.4.0-rc.1

Inline Message

Gunakan inline tag message.

CLI
custy tag --tag v1.4.0 --tag-message "Release v1.4.0"