Skip to content

Commit a7100cf

Browse files
README: add a paragraph about adding collections (#108)
* README: add a paragraph about adding collections * Update README.md Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
1 parent 7bfc2ab commit a7100cf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,18 @@ may be referred to by other projects and scripts.
4040
The version specifies the exact version of the collection that appeared in that
4141
release of Ansible. This file will be created by the ``antsibull-build single``
4242
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.

0 commit comments

Comments
 (0)