mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 16:12:06 +02:00
Include changelogs/changelog.yaml in distribution. (#70260)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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((
|
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user