Include changelogs/changelog.yaml in distribution. (#70260)
This commit is contained in:
parent
262f93e22c
commit
ebd20ddca6
3 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
2
changelogs/fragments/changelog-yaml.yml
Normal file
2
changelogs/fragments/changelog-yaml.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "The machine-readable changelog ``changelogs/changelog.yaml`` is now contained in the release."
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue