Skip to content

Fix changelog generation for the single codebase

Yorick Peterse requested to merge single-codebase-changelogs into master

What does this MR do?

Instead of checking the presence of CHANGELOG-EE.md to determine where changelog files should go, we rely on the -e/--ee flag to be provided. When not specified, changelog files go in ./changelogs. When it is specified, changelog files go in ./ee/changelogs.

Fixes #32040 (closed)

Does this MR meet the acceptance criteria?

Conformity

Merge request reports