Skip to content

Fix current git tag detection in travis config.

Warren Gifford requested to merge fix-build-tag into master

Created by: efritz

Detect the correct non-latest git tag when building a release. The release for 3.10.3 reports that it current version is latest because that's what git describe --tags reports. This filters out latest from the tags for the current commit instead.

Merge request reports

Loading