diff --git a/.gitlab/changelog_config.yml b/.gitlab/changelog_config.yml index 67b3993d24d7ee341fb72d1c82de8f7f80f310cb..f3886c3d5061b187c11d3706ac9becc70031e4d3 100644 --- a/.gitlab/changelog_config.yml +++ b/.gitlab/changelog_config.yml @@ -12,3 +12,5 @@ categories: security: Security performance: Performance other: Other + +tag_regex: '^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$'