Skip to main content

Output

Command Output

Review Required

Review updated artifacts, tag-message backups, and the local Git tag created by the profile.

Commandcusty tag

Category

Git Operations

Quick Command

custy tag [OPTIONS]

outputlocal tagverification

Overview

A successful profile can update project artifacts before creating the local tag. Review both the working tree and the tag reference.


Observable Results

Command Output

Example output produced after running the command.

Successful Tag Profile

Representative high-level progress from tag preparation through creation.

Terminal
text
Version and tag artifacts prepared
Tag message backed up
Local Git tag created

A successful tag profile can produce:

  • Updated version or release-artifact files.
  • An edited annotated tag message.
  • A retained tag-message backup.
  • A new local Git tag.

Verify the Local Result

Terminal
bash
git status
git tag --list
git show --stat --decorate <tag>