Skip to content

Use a custom regex for changelog tags

Yorick Peterse requested to merge changelog-tag-regex into master

What does this MR do?

The tag format we use for gitlab-org/gitlab doesn't follow semantic versioning; at least not as we expected. The -ee suffix we use for tags is treated as the pre-release identifier, and when generating changelogs we ignore pre-release tags. To solve this we need a custom tag regex to ignore the -ee suffix.

See gitlab-com/gl-infra/delivery#1776 (closed) for more information.

This fixes #331862, gitlab-com/gl-infra/delivery#1776 (closed)

Does this MR meet the acceptance criteria?

Conformity

Edited by Yorick Peterse

Merge request reports