diff options
Diffstat (limited to 'ansible_collections/ibm/qradar/changelogs/config.yaml')
-rw-r--r-- | ansible_collections/ibm/qradar/changelogs/config.yaml | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/ansible_collections/ibm/qradar/changelogs/config.yaml b/ansible_collections/ibm/qradar/changelogs/config.yaml index c0c71629b..9959d2506 100644 --- a/ansible_collections/ibm/qradar/changelogs/config.yaml +++ b/ansible_collections/ibm/qradar/changelogs/config.yaml @@ -1,4 +1,5 @@ -changelog_filename_template: CHANGELOG.rst +--- +changelog_filename_template: ../CHANGELOG.rst changelog_filename_version_depth: 0 changes_file: changelog.yaml changes_format: combined @@ -10,21 +11,21 @@ prelude_section_name: release_summary prelude_section_title: Release Summary flatmap: true sections: -- - major_changes - - Major Changes -- - minor_changes - - Minor Changes -- - breaking_changes - - Breaking Changes / Porting Guide -- - deprecated_features - - Deprecated Features -- - removed_features - - Removed Features (previously deprecated) -- - security_fixes - - Security Fixes -- - bugfixes - - Bugfixes -- - known_issues - - Known Issues + - - major_changes + - Major Changes + - - minor_changes + - Minor Changes + - - breaking_changes + - Breaking Changes / Porting Guide + - - deprecated_features + - Deprecated Features + - - removed_features + - Removed Features (previously deprecated) + - - security_fixes + - Security Fixes + - - bugfixes + - Bugfixes + - - known_issues + - Known Issues title: IBM Qradar Collection trivial_section_name: trivial |