Update changelog.rst file location (#31)
Update changelog.rst file location Reviewed-by: https://github.com/apps/ansible-zuulpull/34/head 1.0.1
parent
abd07f8e7a
commit
038e2502fa
|
@ -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
|
||||||
======
|
======
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue