Skip to content

Commit ffc6d7d

Browse files
Mention collection-meta.yaml in procedure, add meta entry for community.sap (#110)
* Update process. * Add meta for community.sap. * Apply suggestions from code review Co-authored-by: Andrew Klychkov <[email protected]> Co-authored-by: Andrew Klychkov <[email protected]>
1 parent 22f6e63 commit ffc6d7d

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

5/collection-meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,6 @@ collections:
7575
- wastorga
7676
- racampos
7777
- jbogarin
78+
community.sap:
79+
maintainers:
80+
- rainerleber

6/collection-meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,6 @@ collections:
7575
- wastorga
7676
- racampos
7777
- jbogarin
78+
community.sap:
79+
maintainers:
80+
- rainerleber

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,16 @@ may be referred to by other projects and scripts.
4848
To add a collection to the next Ansible major release that has not reached feature freeze:
4949

5050
* Add the collection to the `ansible.in` file in a sub-directory named with a corresponding number.
51+
* In the same sub-directory, add the collection to the `collection-meta.yaml` file.
52+
- The maintainer's GitHub user names need to be listed there.
53+
- If the collection does not provide a changelog in `changelogs/changelog.yaml`, the URL to the actual changelog needs to be added.
5154

5255
### The current Ansible major release
5356

5457
To add a collection to the next minor release of the current Ansible major version:
5558

5659
* Add the collection to the `ansible.in` file in a sub-directory named with a corresponding number.
5760
* In the same sub-directory, add the collection and its version range to the `ansible-X.build` file.
61+
* In the same sub-directory, add the collection to the `collection-meta.yaml` file.
62+
- The maintainer's GitHub user names need to be listed there.
63+
- If the collection does not provide a changelog in `changelogs/changelog.yaml`, the URL to the actual changelog needs to be added.

0 commit comments

Comments
 (0)