Skip to content

Fix tracking of deployments for stable releases

Yorick Peterse requested to merge fix-stable-tracking into master

The auto-deployment regex in Qa::Ref would incorrectly match versions such as "12.8.0-ee.0", as \h+ matches "ee" and "0". To fix this, the regex has been adjusted to expect at least 11 characters; the amount used by auto-deployment versions.

Merge request reports