Commit 5a589a07 authored by Yorick Peterse's avatar Yorick Peterse

Merge branch 'remove-legacy-changelog-directory' into 'master'

Remove legacy changelog directory

Closes gitlab-com/gl-infra/delivery#884

See merge request gitlab-org/gitlab!34072
parents 46894260 ee2035d3
......@@ -93,3 +93,4 @@ webpack-dev-server.json
.solargraph.yml
apollo.config.js
/tmp/matching_foss_tests.txt
ee/changelogs/unreleased-ee
---
title: Renaming TAGS_LIMIT constant to FOR_PACKAGES_TAGS_LIMIT
merge_request: 31858
author: Ashutosh Kumar Singh
type: change
---
title: Alert Users that Feature Flags will be Changing
merge_request: 32177
author:
type: added
---
title: Add my_reaction_emoji param to epics list api
merge_request: 31479
author:
type: added
---
title: "Fix Conan upload URL for conan_sources.tgz"
merge_request: 32664
author: Zach Hilman
type: fixed
---
title: Add API methods to manipulate LDAP Override attribute
merge_request: 28674
author: Peter Lloyd <peter.lloyd@cambridgeconsultants.com>
type: added
......@@ -65,9 +65,7 @@ describe Gitlab::Danger::Changelog do
context 'added files contain a changelog' do
[
'changelogs/unreleased/entry.yml',
'ee/changelogs/unreleased/entry.yml',
'changelogs/unreleased-ee/entry.yml',
'ee/changelogs/unreleased-ee/entry.yml'
'ee/changelogs/unreleased/entry.yml'
].each do |file_path|
let(:added_files) { [file_path] }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment