summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2019-02-18 04:57:57 +0000
committerEvan Read <eread@gitlab.com>2019-02-18 04:57:57 +0000
commit83b1c44a7704637b54eaa815ec8d8a2d4aa36884 (patch)
treed08e61043177443669abc6bf1d1bf6195634391e /scripts
parent1cd080c71afb4bb04cf786821b864278098bad03 (diff)
downloadgitlab-ce-83b1c44a7704637b54eaa815ec8d8a2d4aa36884.tar.gz
add changelogs/README.md
this is to quickstart contributors who don't work daily on the codebase
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/lint-changelog-yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lint-changelog-yaml b/scripts/lint-changelog-yaml
index 6553e02ffca..06d502c4676 100755
--- a/scripts/lint-changelog-yaml
+++ b/scripts/lint-changelog-yaml
@@ -3,7 +3,7 @@
require 'yaml'
invalid_changelogs = Dir['changelogs/**/*'].reject do |changelog|
- next true if changelog =~ /(archive\.md|unreleased(-ee)?)$/
+ next true if changelog =~ /((README|archive)\.md|unreleased(-ee)?)$/
next false unless changelog.end_with?('.yml')
begin