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

(cherry picked from commit ebd20ddca6)
This commit is contained in:
Felix Fontein 2020-07-17 19:55:25 +02:00 committed by GitHub
parent 95ec1618ef
commit 273159da4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -32,5 +32,6 @@ recursive-include test/units *
include Makefile
include MANIFEST.in
include changelogs/CHANGELOG*.rst
include changelogs/changelog.yaml
recursive-include hacking/build_library *.py
include hacking/build-ansible.py

View file

@ -0,0 +1,2 @@
bugfixes:
- "The machine-readable changelog ``changelogs/changelog.yaml`` is now contained in the release."

View file

@ -37,7 +37,6 @@ def assemble_files_to_ship(complete_file_list):
ignore_files = frozenset((
# Developer-only tools
'changelogs/config.yaml',
'changelogs/changelog.yaml',
'hacking/README.md',
'hacking/ansible-profile',
'hacking/cgroup_perf_recap_graph.py',