Skip to content

Commit 68edf77

Browse files
committed
Normalize changelog configs.
1 parent d505d03 commit 68edf77

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

changelogs/config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ changelog_filename_template: ../CHANGELOG.rst
77
changelog_filename_version_depth: 0
88
changes_file: changelog.yaml
99
changes_format: combined
10+
ignore_other_fragment_extensions: true
1011
keep_fragments: false
1112
mention_ancestor: true
1213
new_plugins_after_name: removed_features
1314
notesdir: fragments
1415
output_formats:
15-
- rst
16-
- md
16+
- rst
17+
- md
1718
prelude_section_name: release_summary
1819
prelude_section_title: Release Summary
1920
sections:
@@ -39,3 +40,4 @@ use_fqcn: true
3940
add_plugin_period: true
4041
changelog_nice_yaml: true
4142
changelog_sort: version
43+
vcs: auto

0 commit comments

Comments
 (0)