From 3a5fe5098bb898828fb17e9e1c413443d0f5a7e4 Mon Sep 17 00:00:00 2001 From: Nemental <15136847+Nemental@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:30:02 +0100 Subject: [PATCH] chore: cleanup old changelog --- CHANGELOG.rst | 21 ---------- changelogs/changelog.yaml | 17 --------- changelogs/config.yaml | 38 ------------------- .../fragments/galaxy-version-comparison.yml | 3 -- changelogs/fragments/initial.yml | 3 -- changelogs/fragments/role-playbooks.yml | 3 -- 6 files changed, 85 deletions(-) delete mode 100644 CHANGELOG.rst delete mode 100644 changelogs/changelog.yaml delete mode 100644 changelogs/config.yaml delete mode 100644 changelogs/fragments/galaxy-version-comparison.yml delete mode 100644 changelogs/fragments/initial.yml delete mode 100644 changelogs/fragments/role-playbooks.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst deleted file mode 100644 index 22dc818..0000000 --- a/CHANGELOG.rst +++ /dev/null @@ -1,21 +0,0 @@ -============================ -Nemental.Linux Release Notes -============================ - -.. contents:: Topics - -v1.1.0 -====== - -Minor Changes -------------- - -- add some role playbooks - -v1.0.0 -====== - -Breaking Changes / Porting Guide --------------------------------- - -- Initial release diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml deleted file mode 100644 index 9457ac7..0000000 --- a/changelogs/changelog.yaml +++ /dev/null @@ -1,17 +0,0 @@ -ancestor: null -releases: - 1.0.0: - changes: - breaking_changes: - - Initial release - fragments: - - initial.yml - release_date: '2024-06-18' - 1.1.0: - changes: - minor_changes: - - add some role playbooks - fragments: - - galaxy-version-comparison.yml - - role-playbooks.yml - release_date: '2024-08-15' diff --git a/changelogs/config.yaml b/changelogs/config.yaml deleted file mode 100644 index 4a6d5cd..0000000 --- a/changelogs/config.yaml +++ /dev/null @@ -1,38 +0,0 @@ ---- -add_plugin_period: true -changelog_filename_template: ../CHANGELOG.rst -changelog_filename_version_depth: 0 -changelog_nice_yaml: false -changes_file: changelog.yaml -changes_format: combined -ignore_other_fragment_extensions: true -keep_fragments: true -mention_ancestor: true -new_plugins_after_name: removed_features -notesdir: fragments -output_formats: - - rst - - md -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: Nemental.Linux -trivial_section_name: trivial -use_fqcn: true diff --git a/changelogs/fragments/galaxy-version-comparison.yml b/changelogs/fragments/galaxy-version-comparison.yml deleted file mode 100644 index 69c7a0a..0000000 --- a/changelogs/fragments/galaxy-version-comparison.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - compare version greater than instead of pinned diff --git a/changelogs/fragments/initial.yml b/changelogs/fragments/initial.yml deleted file mode 100644 index 157a8bc..0000000 --- a/changelogs/fragments/initial.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -breaking_changes: - - Initial release diff --git a/changelogs/fragments/role-playbooks.yml b/changelogs/fragments/role-playbooks.yml deleted file mode 100644 index 2f927ea..0000000 --- a/changelogs/fragments/role-playbooks.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - add some role playbooks