summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2020-02-17 18:39:59 -0500
committerGitHub <noreply@github.com>2020-02-17 17:39:59 -0600
commit80e5ed0bba313adeb363f068cdf465c13a896402 (patch)
treef0ce8a1c38ef771a5fe7d6e5c36a5a781ebad995 /docs
parent79ad190f71b75db47b748b07b28e878f4a14976f (diff)
downloadansible-80e5ed0bba313adeb363f068cdf465c13a896402.tar.gz
Specify lowercase only for Galaxy namespaces (#67485) (#67503)
* specify lowercase only for galaxy namespaces * doh... include meta file (cherry picked from commit a60feeb3c1e5a6a6c96bee49bec98f0a5f5b7ca8)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/dev_guide/developing_collections.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/dev_guide/developing_collections.rst b/docs/docsite/rst/dev_guide/developing_collections.rst
index b06ccbb59c..79191f2725 100644
--- a/docs/docsite/rst/dev_guide/developing_collections.rst
+++ b/docs/docsite/rst/dev_guide/developing_collections.rst
@@ -289,7 +289,7 @@ Next, try using the local collection inside a playbook. For examples and more de
Publishing collections
----------------------
-You can publish collections to Galaxy using the ``ansible-galaxy collection publish`` command or the Galaxy UI itself.
+You can publish collections to Galaxy using the ``ansible-galaxy collection publish`` command or the Galaxy UI itself. You need a namespace on Galaxy to upload your collection. See `Galaxy namespaces <https://galaxy.ansible.com/docs/contributing/namespaces.html#galaxy-namespaces>`_ on the Galaxy docsite for details.
.. note:: Once you upload a version of a collection, you cannot delete or modify that version. Ensure that everything looks okay before you upload it.