Output
Command Output
Review Required
Review updated artifacts, tag-message backups, and the local Git tag created by the profile.
Command
custy tagCategory
Git Operations
Quick Command
custy tag [OPTIONS]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.TerminaltextVersion 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
bashgit status
git tag --list
git show --stat --decorate <tag>