Workflow
Tag Workflow
Stable
Follow version resolution, artifact preparation, message backup, and local Git tag creation.
Command
custy tagCategory
Git Operations
Quick Command
custy tag [OPTIONS]Overviewâ
The tag profile prepares release state before creating a permanent local Git reference. Required failures stop later stages.
Workflow Timeline
Tag Profile
1
Validate repository
Run repository and pre-tag checks.
2
Prepare version
Resolve the target version and initialize workflow state.
3
Prepare tag message
Load or generate the annotated tag message.
4
Generate and edit artifacts
Create configured artifacts and allow required editing.
5
Apply version
Write the selected version to the configured version file.
6
Back up and clean
Back up tag-message content and prune retained backups.
7
Create local tag
Create the Git tag at the resolved target commit.
Failure Behavior
If a stage fails, inspect project files, message backups, and local tags before retrying. A later-stage failure may occur after version files were already updated.