You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/collection-build-manifest.yml

4 lines
294 B
YAML

minor_changes:
- collections - ``ansible-galaxy collection build`` can now utilize ``MANIFEST.in`` style directives from ``galaxy.yml`` instead of ``build_ignore``
effectively inverting the logic from include by default, to exclude by default. (https://github.com/ansible/ansible/pull/78422)