From 72e5a7dba2ead59683ca3110dbcdd237ddaa59ff Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 21 Jun 2020 17:00:49 +0200 Subject: [PATCH] Enable flatmapping for changelog generator. (#551) Needs next version of antsibull-changelog. --- changelogs/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/changelogs/config.yaml b/changelogs/config.yaml index 237737b9a1..fd0b422a5b 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -4,6 +4,7 @@ changes_file: changelog.yaml changes_format: combined keep_fragments: false mention_ancestor: true +flatmap: true new_plugins_after_name: removed_features notesdir: fragments prelude_section_name: release_summary