-
Notifications
You must be signed in to change notification settings - Fork 107
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
Release web-features as GitHub release with JSON artefact #685
Comments
I have manually made a release in the shape I think we should automate: |
I think we now need two artifacts. The first is as described, including The second would be a more comprehensive file containing the single-key status results of For the latter, I think we'll need some extension or variation on the schema for the purposes of this one file. Something like: status:
baseline: false
support:
chrome: "95"
edge: "95"
by_compat_feature:
api.example.method:
status:
baseline: false
support:
chrome: "95"
edge: "95"
# etc. |
That looks good I think, in particular that BCD keys are grouped under features, so that we have the option of having the status of a specific BCD key differ depending on the feature it's part of in the future. This depends on #1173 of course. |
This is now done automatically as of #1559. I think this is well and truly done now. Closing as complete. |
We can probably copy the approach that BCD uses, with an attached
data.json
.https://github.com/mdn/browser-compat-data/releases/tag/v5.5.15
Requested by @jcscottiii.
The text was updated successfully, but these errors were encountered: