Added script to synchronize repositories with zf-component-list.json#22
Conversation
It synchronizes only repositories listed in file https://docs.zendframework.com/zf-mkdoc-theme/scripts/zf-component-list.json It updates description, homepage (link to docs), disable wiki and projects tabs.
|
@webimpress It would be great, if we can synchronize all descriptions:
|
|
@froschdesign Totally agree that we should synchronize descriptions everywhere. Not sure if we can do it in README.md because the short description is not always specified there. Purpose of this PR was to change method of generating component list in |
| 'name' => $name, | ||
| 'description' => $comp['description'], | ||
| 'homepage' => $comp['url'], | ||
| 'has_projects' => false, |
There was a problem hiding this comment.
Why are you setting this to false? We've used these on several components, particularly when coordinating a new major version... I'd prefer this to be true or unaltered.
There was a problem hiding this comment.
I'll take care of this on merge.
Added script to synchronize repositories with zf-component-list.json
It synchronizes only repositories listed in file
https://docs.zendframework.com/zf-mkdoc-theme/scripts/zf-component-list.json
It updates description, homepage (link to docs), disable wiki and projects tabs.
Usage:
To generate github token please see: https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/#creating-a-token