Skip to content

bump_version: look only for tag names not signed tags

David Caro requested to merge skip_signed_tags into main

By default ls-remote --tags will show tags and signed tags duplicated postpending the latter with ^{}, we don't need the signed information so we can skip those with --refs.

See https://git-scm.com/docs/git-ls-remote#_output

Signed-off-by: David Caro dcaro@wikimedia.org

Merge request reports