Skip to main content

Workflow

Tag Workflow

Stable

Follow version resolution, artifact preparation, message backup, and local Git tag creation.

Commandcusty tag

Category

Git Operations

Quick Command

custy tag [OPTIONS]

workflowpipelinelocal tag

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.
completed
2
Prepare version
Resolve the target version and initialize workflow state.
completed
3
Prepare tag message
Load or generate the annotated tag message.
completed
4
Generate and edit artifacts
Create configured artifacts and allow required editing.
completed
5
Apply version
Write the selected version to the configured version file.
completed
6
Back up and clean
Back up tag-message content and prune retained backups.
completed
7
Create local tag
Create the Git tag at the resolved target commit.
completed


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.