Requirements
Requirements
Required Review
Prepare repository state, local tag history, version inputs, and tag templates before creating a local tag.
Command
custy tagCategory
Git Operations
Quick Command
custy tag [OPTIONS]Overview
A Git tag identifies a specific repository state. Confirm the intended version, target commit, and existing tag history before creating it.
Tag Requirements
Requirements
Git Repository
Run Custy inside the intended repository and branch.
Current Tag History
Fetch or otherwise confirm the relevant local tags before resolving a new version.
Version File
The configured project version file must exist and be writable.
Tag Message Template
The configured tag-message template must exist and be reviewable.
Unique Approved Tag
The requested tag should not already exist unless replacement is explicitly intended and permitted.
Compatible Strategy
Review the selected version strategy and use only compatible release modifiers.
Recommended Preflight
Terminal
bashgit status
git log -1 --oneline --decorate
git tag --list
custy --dry-run tag --tag v1.2.3