summaryrefslogtreecommitdiff
path: root/changelogs/config.yaml
diff options
context:
space:
mode:
authorGanesh Nalawade <ganesh634@gmail.com>2020-06-25 05:53:09 +0530
committerGitHub <noreply@github.com>2020-06-25 00:23:09 +0000
commit29dcf4c64967ed65f216b166de1e4ffcb085075c (patch)
tree5637b501bf82f276dff43e7829fbbc8ea244caec /changelogs/config.yaml
parent5bf1112c8c015bff6f54d4b17a3571f665381e1e (diff)
downloadvyos.vyos-29dcf4c64967ed65f216b166de1e4ffcb085075c.tar.gz
vyos.vyos-29dcf4c64967ed65f216b166de1e4ffcb085075c.zip
Add changelog files (#52)
Add changelog files Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'changelogs/config.yaml')
-rw-r--r--changelogs/config.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/changelogs/config.yaml b/changelogs/config.yaml
new file mode 100644
index 00000000..1004e49c
--- /dev/null
+++ b/changelogs/config.yaml
@@ -0,0 +1,30 @@
+changelog_filename_template: CHANGELOG.rst
+changelog_filename_version_depth: 0
+changes_file: changelog.yaml
+changes_format: combined
+keep_fragments: false
+mention_ancestor: true
+new_plugins_after_name: removed_features
+notesdir: fragments
+prelude_section_name: release_summary
+prelude_section_title: Release Summary
+flatmap: true
+sections:
+- - major_changes
+ - Major Changes
+- - minor_changes
+ - Minor Changes
+- - breaking_changes
+ - Breaking Changes / Porting Guide
+- - deprecated_features
+ - Deprecated Features
+- - removed_features
+ - Removed Features (previously deprecated)
+- - security_fixes
+ - Security Fixes
+- - bugfixes
+ - Bugfixes
+- - known_issues
+ - Known Issues
+title: Vyos Collection
+trivial_section_name: trivial