Include changelogs/changelog.yaml in distribution. (#70260)

This commit is contained in:
Felix Fontein
2020-06-24 11:38:20 -05:00
committed by GitHub
parent 262f93e22c
commit ebd20ddca6
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -32,5 +32,6 @@ recursive-include test/units *
include Makefile include Makefile
include MANIFEST.in include MANIFEST.in
include changelogs/CHANGELOG*.rst include changelogs/CHANGELOG*.rst
include changelogs/changelog.yaml
recursive-include hacking/build_library *.py recursive-include hacking/build_library *.py
include hacking/build-ansible.py include hacking/build-ansible.py
+2
View File
@@ -0,0 +1,2 @@
bugfixes:
- "The machine-readable changelog ``changelogs/changelog.yaml`` is now contained in the release."
-1
View File
@@ -37,7 +37,6 @@ def assemble_files_to_ship(complete_file_list):
ignore_files = frozenset(( ignore_files = frozenset((
# Developer-only tools # Developer-only tools
'changelogs/config.yaml', 'changelogs/config.yaml',
'changelogs/changelog.yaml',
'hacking/README.md', 'hacking/README.md',
'hacking/ansible-profile', 'hacking/ansible-profile',
'hacking/cgroup_perf_recap_graph.py', 'hacking/cgroup_perf_recap_graph.py',