Update changelog.rst file location (#31)

Update changelog.rst file location

Reviewed-by: https://github.com/apps/ansible-zuul
pull/34/head 1.0.1
Ganesh Nalawade 2020-12-08 23:58:22 +05:30 committed by GitHub
parent abd07f8e7a
commit 038e2502fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 2 deletions

View File

@ -5,6 +5,14 @@ Ansible Utils Collection Release Notes
.. contents:: Topics .. contents:: Topics
v1.0.1
======
Minor Changes
-------------
- Move CHANGELOG.rst file under changelogs folder as required
v1.0.0 v1.0.0
====== ======

View File

@ -44,3 +44,10 @@ releases:
name: validate name: validate
namespace: null namespace: null
release_date: '2020-12-08' 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'

View File

@ -1,4 +1,4 @@
changelog_filename_template: ../CHANGELOG.rst changelog_filename_template: CHANGELOG.rst
changelog_filename_version_depth: 0 changelog_filename_version_depth: 0
changes_file: changelog.yaml changes_file: changelog.yaml
changes_format: combined changes_format: combined
@ -25,5 +25,5 @@ sections:
- Bugfixes - Bugfixes
- - known_issues - - known_issues
- Known Issues - Known Issues
title: CHANGE THIS IN changelogs/config.yaml! title: Ansible Utils Collection
trivial_section_name: trivial trivial_section_name: trivial