Skip to content

refactor: drop --force flag from tag command#329

Open
pat-s wants to merge 1 commit into
thegeeklab:mainfrom
pat-s:refactor/drop-tag-force-flag
Open

refactor: drop --force flag from tag command#329
pat-s wants to merge 1 commit into
thegeeklab:mainfrom
pat-s:refactor/drop-tag-force-flag

Conversation

@pat-s

@pat-s pat-s commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

The --force/-f flag on git sv tag is effectively useless: the tag handler always computes the next version, so it never re-tags an existing one and force has no effect.

Refs #306

The `--force`/`-f` flag on `git sv tag` is effectively useless: the tag
handler always computes the next version, so it never re-tags an existing
one and force has no effect.

Remove the flag and the TagSettings.Force field. The underlying Tag()
force capability is retained for the dedicated retag command.

Refs thegeeklab#306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant