23 lines
969 B
YAML
23 lines
969 B
YAML
---
|
|
# FIXME GUNDALOW: This file will need work once we have defined the Git Tag & branch strategy
|
|
# Currently we've just copied ansible/ansible's changelogs/config.yaml
|
|
release_tag_re: '(v(?:[\d.ab\-]|rc)+)'
|
|
pre_release_tag_re: '(?P<pre_release>(?:[ab]|rc)+\d*)$'
|
|
notesdir: fragments
|
|
prelude_section_name: release_summary
|
|
sections:
|
|
- ['major_changes', 'Major Changes']
|
|
- ['minor_changes', 'Minor Changes']
|
|
- ['deprecated_features', 'Deprecated Features']
|
|
- ['removed_features', 'Removed Features (previously deprecated)']
|
|
- ['new_lookup_plugins', 'New Lookup Plugins']
|
|
- ['new_callback_plugins', 'New Callback Plugins']
|
|
- ['new_connection_plugins', 'New Connection Plugins']
|
|
- ['new_test_plugins', 'New Test Plugins']
|
|
- ['new_filter_plugins', 'New Filter Plugins']
|
|
- ['new_modules', 'New Modules']
|
|
- ['new_tasks', 'New Tasks']
|
|
- ['bugfixes', 'Bugfixes']
|
|
- ['known_issues', 'Known Issues']
|
|
- ['docs', 'Documentation Updates']
|