Browse code

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

Felix Fontein authored on 2020/06/25 01:38:20
Showing 3 changed files
... ...
@@ -32,5 +32,6 @@ recursive-include test/units *
32 32
 include Makefile
33 33
 include MANIFEST.in
34 34
 include changelogs/CHANGELOG*.rst
35
+include changelogs/changelog.yaml
35 36
 recursive-include hacking/build_library *.py
36 37
 include hacking/build-ansible.py
37 38
new file mode 100644
... ...
@@ -0,0 +1,2 @@
0
+bugfixes:
1
+- "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):
37 37
     ignore_files = frozenset((
38 38
         # Developer-only tools
39 39
         'changelogs/config.yaml',
40
-        'changelogs/changelog.yaml',
41 40
         'hacking/README.md',
42 41
         'hacking/ansible-profile',
43 42
         'hacking/cgroup_perf_recap_graph.py',