Commit 8fda1858 authored by Yorick Peterse's avatar Yorick Peterse

Remove legacy changelog entries

The directory ee/changelogs/unreleased-ee was a legacy directory that we
have not supported for a long time. As per
https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/884 we are
removing this directory entirely.
parent 8589dd50
---
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 ...@@ -65,9 +65,7 @@ describe Gitlab::Danger::Changelog do
context 'added files contain a changelog' do context 'added files contain a changelog' do
[ [
'changelogs/unreleased/entry.yml', 'changelogs/unreleased/entry.yml',
'ee/changelogs/unreleased/entry.yml', 'ee/changelogs/unreleased/entry.yml'
'changelogs/unreleased-ee/entry.yml',
'ee/changelogs/unreleased-ee/entry.yml'
].each do |file_path| ].each do |file_path|
let(:added_files) { [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