Skip to content

Use all tags for version instead of just annotated tags

Timo Furrer requested to merge use-all-tags-for-version into master
  • Use all tags for version instead of just annotated tags

The git describe command by default will only yield annotated tags. The --tags option changes this behavior to yield all tags. We use a --match v* anyways to filter version tags.

Merge request reports

Loading