File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -40,3 +40,18 @@ may be referred to by other projects and scripts.
40
40
The version specifies the exact version of the collection that appeared in that
41
41
release of Ansible. This file will be created by the `` antsibull-build single ``
42
42
command.
43
+
44
+ ## Adding a new collection
45
+
46
+ ### Next Ansible major release
47
+
48
+ To add a collection to the next Ansible major release that has not reached feature freeze:
49
+
50
+ * Add the collection to the ` ansible.in ` file in a sub-directory named with a corresponding number.
51
+
52
+ ### The current Ansible major release
53
+
54
+ To add a collection to the next minor release of the current Ansible major version:
55
+
56
+ * Add the collection to the ` ansible.in ` file in a sub-directory named with a corresponding number.
57
+ * In the same sub-directory, add the collection and its version range to the ` ansible-X.build ` file.
You can’t perform that action at this time.
0 commit comments