From 1a22a1be8aa10fded978313827bb324ab10b3d5f Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 2 Aug 2023 13:00:11 -0700 Subject: [PATCH] [stable-2.13] Add changelog fragment for docs/examples removal (#81410) (#81413) (cherry picked from commit 0c03a6bcf6ecd235de7b4407e4ab7c51faacc980) --- changelogs/fragments/remove-docs-examples.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/remove-docs-examples.yml diff --git a/changelogs/fragments/remove-docs-examples.yml b/changelogs/fragments/remove-docs-examples.yml new file mode 100644 index 00000000000..f0e6f70ffdd --- /dev/null +++ b/changelogs/fragments/remove-docs-examples.yml @@ -0,0 +1,3 @@ +minor_changes: + - The ``docs`` and ``examples`` directories are no longer included in the ``ansible-core`` sdist. + These directories have been moved to the https://github.com/ansible/ansible-documentation repository.