From 09d8babc4201d819e4802f8526ec58be98edf26e Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Tue, 6 Aug 2024 07:50:37 -0700 Subject: [PATCH] Enable changelogs for collection Signed-off-by: Abhijeet Kasurde --- changelogs/config.yaml | 32 ++++++++++++++++++++++++++++++++ changelogs/fragments/.gitkeep | 0 cspell.config.yaml | 1 + 3 files changed, 33 insertions(+) create mode 100644 changelogs/config.yaml create mode 100644 changelogs/fragments/.gitkeep diff --git a/changelogs/config.yaml b/changelogs/config.yaml new file mode 100644 index 00000000..9367c3db --- /dev/null +++ b/changelogs/config.yaml @@ -0,0 +1,32 @@ +changelog_filename_template: ../CHANGELOG.rst +changelog_filename_version_depth: 0 +changes_file: changelog.yaml +changes_format: combined +ignore_other_fragment_extensions: true +keep_fragments: false +mention_ancestor: true +new_plugins_after_name: removed_features +notesdir: fragments +prelude_section_name: release_summary +prelude_section_title: Release Summary +sanitize_changelog: 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 +title: ansible.eda +trivial_section_name: trivial +use_fqcn: true diff --git a/changelogs/fragments/.gitkeep b/changelogs/fragments/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/cspell.config.yaml b/cspell.config.yaml index 682f892e..291bf0a8 100644 --- a/cspell.config.yaml +++ b/cspell.config.yaml @@ -10,6 +10,7 @@ dictionaries: - words - python ignorePaths: + - changelogs/config.yaml - cspell.config.yaml # The requirements file - requirements.txt