mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Reformat and re-order changelogs/changelog.yaml.
This commit is contained in:
parent
8451fc36ca
commit
e794fa74da
2 changed files with 19 additions and 16 deletions
|
@ -1,2 +1,3 @@
|
||||||
|
---
|
||||||
ancestor: 9.0.0
|
ancestor: 9.0.0
|
||||||
releases: {}
|
releases: {}
|
||||||
|
|
|
@ -18,23 +18,25 @@ output_formats:
|
||||||
prelude_section_name: release_summary
|
prelude_section_name: release_summary
|
||||||
prelude_section_title: Release Summary
|
prelude_section_title: Release Summary
|
||||||
sections:
|
sections:
|
||||||
- - major_changes
|
- - major_changes
|
||||||
- Major Changes
|
- Major Changes
|
||||||
- - minor_changes
|
- - minor_changes
|
||||||
- Minor Changes
|
- Minor Changes
|
||||||
- - breaking_changes
|
- - breaking_changes
|
||||||
- Breaking Changes / Porting Guide
|
- Breaking Changes / Porting Guide
|
||||||
- - deprecated_features
|
- - deprecated_features
|
||||||
- Deprecated Features
|
- Deprecated Features
|
||||||
- - removed_features
|
- - removed_features
|
||||||
- Removed Features (previously deprecated)
|
- Removed Features (previously deprecated)
|
||||||
- - security_fixes
|
- - security_fixes
|
||||||
- Security Fixes
|
- Security Fixes
|
||||||
- - bugfixes
|
- - bugfixes
|
||||||
- Bugfixes
|
- Bugfixes
|
||||||
- - known_issues
|
- - known_issues
|
||||||
- Known Issues
|
- Known Issues
|
||||||
title: Community General
|
title: Community General
|
||||||
trivial_section_name: trivial
|
trivial_section_name: trivial
|
||||||
use_fqcn: true
|
use_fqcn: true
|
||||||
add_plugin_period: true
|
add_plugin_period: true
|
||||||
|
changelog_nice_yaml: true
|
||||||
|
changelog_sort: version
|
||||||
|
|
Loading…
Reference in a new issue