summaryrefslogtreecommitdiff
path: root/changelogs/fragments/collection-build-manifest.yml
blob: bc8a372de8c4d1f975bdd2f9df71cb38e86ad044 (plain)
1
2
3
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)