summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Klychkov <aaklychkov@mail.ru>2020-08-20 17:47:28 +0300
committerGitHub <noreply@github.com>2020-08-20 09:47:28 -0500
commit13dff99f508723370ff8fd95f4a9862688c0b340 (patch)
treeffb4b5bcfb958f2451cfa8697c56fc9c626c98ec
parente0a550efea05306ada8c258b0c1c1c9a48fe6534 (diff)
downloadansible-13dff99f508723370ff8fd95f4a9862688c0b340.tar.gz
developing_modules_in_groups.rst: add note about releasing (#71305) (#71366)
(cherry picked from commit 9296ee9329fee4e33c48c3e7b239e4410e7e4969)
-rw-r--r--docs/docsite/rst/dev_guide/developing_modules_in_groups.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/dev_guide/developing_modules_in_groups.rst b/docs/docsite/rst/dev_guide/developing_modules_in_groups.rst
index 51a40e59e7..31a9ec9d70 100644
--- a/docs/docsite/rst/dev_guide/developing_modules_in_groups.rst
+++ b/docs/docsite/rst/dev_guide/developing_modules_in_groups.rst
@@ -20,7 +20,7 @@ This list of prerequisites is designed to help ensure that you develop high-qual
* We encourage PEP 8 compliance. See :ref:`testing_pep8` for more information.
* We encourage supporting :ref:`Python 2.6+ and Python 3.5+ <developing_python_3>`.
* Look at Ansible Galaxy and review the naming conventions in your functional area (such as cloud, networking, databases).
-* With great power comes great responsibility: Ansible collection maintainers have a duty to help keep content up to date. As with all successful community projects, collection maintainers should keep a watchful eye for reported issues and contributions.
+* With great power comes great responsibility: Ansible collection maintainers have a duty to help keep content up to date and release collections they are responsible for regularly. As with all successful community projects, collection maintainers should keep a watchful eye for reported issues and contributions.
* We strongly recommend unit and/or integration tests. Unit tests are especially valuable when external resources (such as cloud or network devices) are required. For more information see :ref:`developing_testing` and the `Testing Working Group <https://github.com/ansible/community/blob/master/meetings/README.md>`_.