From 038e2502fa6fd43aa14e1f22a1312af68decfbc2 Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Tue, 8 Dec 2020 23:58:22 +0530 Subject: [PATCH] Update changelog.rst file location (#31) Update changelog.rst file location Reviewed-by: https://github.com/apps/ansible-zuul --- CHANGELOG.rst => changelogs/CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 7 +++++++ changelogs/config.yaml | 4 ++-- 3 files changed, 17 insertions(+), 2 deletions(-) rename CHANGELOG.rst => changelogs/CHANGELOG.rst (90%) diff --git a/CHANGELOG.rst b/changelogs/CHANGELOG.rst similarity index 90% rename from CHANGELOG.rst rename to changelogs/CHANGELOG.rst index 4bbcbb1..7c0b7b7 100644 --- a/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -5,6 +5,14 @@ Ansible Utils Collection Release Notes .. contents:: Topics +v1.0.1 +====== + +Minor Changes +------------- + +- Move CHANGELOG.rst file under changelogs folder as required + v1.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9747375..cdf6e19 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -44,3 +44,10 @@ releases: name: validate namespace: null release_date: '2020-12-08' + 1.0.1: + changes: + minor_changes: + - Move CHANGELOG.rst file under changelogs folder as required + fragments: + - fix_changelog_file_location.yaml + release_date: '2020-12-08' diff --git a/changelogs/config.yaml b/changelogs/config.yaml index 08c3ba7..1c63183 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -1,4 +1,4 @@ -changelog_filename_template: ../CHANGELOG.rst +changelog_filename_template: CHANGELOG.rst changelog_filename_version_depth: 0 changes_file: changelog.yaml changes_format: combined @@ -25,5 +25,5 @@ sections: - Bugfixes - - known_issues - Known Issues -title: CHANGE THIS IN changelogs/config.yaml! +title: Ansible Utils Collection trivial_section_name: trivial