Skip to main content

Overview

Create a Version Tag

Stable

Resolve a release version, prepare tag artifacts, and create a Git tag through Custy's registered tag profile.

Commandcusty tag

Category

Git Operations

Quick Command

custy tag [OPTIONS]

Git tagversioningrelease

Overview

The tag profile validates the repository, resolves a version, prepares and opens tag-related artifacts, applies the version, backs up the tag message, cleans old backups, and creates the Git tag.


Profile Responsibilities

What the Tag Profile Coordinates

Resolve Version

Choose the target version from explicit input, project strategy, and repository state.

Prepare Artifacts

Prepare the tag message and any configured version-related artifacts.

Back Up Message

Retain the tag-message backup and clean old retained files.

Create Local Tag

Create the reviewed Git tag at the resolved target commit.

Tag Result Preview

Tag creation result

Terminal confirmation after Custy creates a Git version tag
The final output identifies the local tag created by the profile.

Related Commands