FAQ
Frequently Asked Questions
Find answers about local tags, Run equivalence, version inputs, file updates, pre-releases, and force behavior.
custy tagCategory
Quick Command
custy tag [OPTIONS]Overviewâ
These answers clarify where tag creation stops and which version inputs are currently reliable.
Does `custy tag` Push the Tag?
No. It creates the tag locally. Use a reviewed push operation afterward.
How Does `custy run tag` Differ?
Both forms select the registered tag profile, but the direct command exposes tag-specific version, message, modifier, force, and backup options.
Should I Use `--tag` or `--bump`?
Use --tag when the version is already approved. The CLI advertises --bump,
but its current adapter mapping is incomplete, so it should not be relied on
until corrected.
Does the Profile Update the Version File?
Yes. Applying the resolved version is part of the registered tag profile.
Can I Create Pre-Release Versions?
Yes, using an appropriate strategy and pre-release value. Verify the exact resolved format in dry-run first.
When Should I Use `--force-tag`?
Only after understanding the validation condition and confirming that forced creation is safe for the repository. It should not be the default response to an unexpected error.