Skip to content

Don't anchor minimum commit tag searches

Yorick Peterse requested to merge fix-min-commit-search into master

The tags in Release Tools on the ops project include the minute in their name, while auto-deploy branches only contain the hour.

This changes MinimumCommit to not anchor searches to the end (using $). This should ensure we find the right tag, as we still sort them in descending order based on their name.

Merge request reports