diff --git a/.gitlab/changelog_config.yml b/.gitlab/changelog_config.yml index 63bccc6494bd7496a8cac064e30a18cf0d5d6ccb_LmdpdGxhYi9jaGFuZ2Vsb2dfY29uZmlnLnltbA==..deaaa8163d2a3ae08c704601c2b535e5dd0c3a02_LmdpdGxhYi9jaGFuZ2Vsb2dfY29uZmlnLnltbA== 100644 --- a/.gitlab/changelog_config.yml +++ b/.gitlab/changelog_config.yml @@ -42,4 +42,4 @@ # # This does not affect the commits included in the range, as no changelog # commits are introduced between the tag commits. -tag_format: '^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\+(?P<pre>rc\d+))?((\.|\+)(?P<meta>ee\.\d+))?$' +tag_regex: '^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\+(?P<pre>rc\d+))?((\.|\+)(?P<meta>ee\.\d+))?$'