Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/changelog/generator.rb')
-rw-r--r--lib/gitlab/changelog/generator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/changelog/generator.rb b/lib/gitlab/changelog/generator.rb
index a80ca0728f9..0e546c5eb60 100644
--- a/lib/gitlab/changelog/generator.rb
+++ b/lib/gitlab/changelog/generator.rb
@@ -6,7 +6,7 @@ module Gitlab
class Generator
# The regex used to parse a release header.
RELEASE_REGEX =
- /^##\s+(?<version>#{Gitlab::Regex.unbounded_semver_regex})/.freeze
+ /^##\s+(?<version>#{Gitlab::Regex.unbounded_semver_regex})/
# The `input` argument must be a `String` containing the existing
# changelog Markdown. If no changelog exists, this should be an empty