Skip to content

Commit b6a24f3

Browse files
committed
add a README note for MAINTAINERS_LIST
1 parent f5233a7 commit b6a24f3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

generator/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,19 @@ for i in $(ls -1 generator/generated/*.md); do gh issue create --repo kubernetes
8484
You may run into rate limiting issues, which is why this command removes the
8585
files after an issue has been successfully created.
8686

87+
<!--TODO: we probably won't need maintainers.txt longterm-->
88+
To generate the maintainers.txt file for updating with the CNCF re:
89+
https://github.com/kubernetes/steering/issues/281
90+
91+
```bash
92+
make MAINTAINERS_LIST=true
93+
```
94+
95+
This will generate an untracked (not saved in git) maintainers.txt file with a
96+
table in the format requested by the CNCF.
97+
Most contributors will never need to do this.
98+
For more details see the linked steering issue.
99+
<!--END-TODO: we probably won't need maintainers.txt longterm-->
87100

88101
## Adding custom content
89102

0 commit comments

Comments
 (0)