-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Organization and Groups info to index file #322
Conversation
This fetches some info about the organization and groups that own each spec, adding an `organization` property and a `groups` property. Info for WHATWG, TC39, and WebGL specs is hardcoded. Info for W3C specs gets fetched from the W3C API for /TR specs and from the w3c.json file in repos (and then from the W3C API) otherwise. Closes #32
Build can now take a few minutes since we're fetching more and more content from external sources and sending these requests one by one.
I'm a bit at a loss as to why CI fails. It complains that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand nor can reproduce the CI failure either 🤷
maybe bump the package minor version while we're at it? (new feature) |
hmm.. or is a schema change a major version bump? |
Our versioning rules suggest that a major version bump is not needed since this does not introduce a backwards-incompatible change. Note that version bumps are done when I release a new version (for instance, I just released a v1.42.0 with the new specs), so not something that need to be done in the PR. |
Merging with master solved the CI issue. No idea why... |
This fetches some info about the organization and groups that own each spec, adding an
organization
property and agroups
property.Info for WHATWG, TC39, and WebGL specs is hardcoded. Info for W3C specs gets fetched from the W3C API for /TR specs and from the w3c.json file in repos (and then from the W3C API) otherwise.
Closes #32
Draft PR because README still needs to be updated.