-
Notifications
You must be signed in to change notification settings - Fork 91
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
Publish browser release data #1514
Conversation
packages/web-features/package.json
Outdated
@@ -1,7 +1,7 @@ | |||
{ | |||
"name": "web-features", | |||
"description": "Curated list of Web platform features", | |||
"version": "1.0.0", | |||
"version": "1.1.0", |
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.
Is the intention that we should tag and release the commit that merges this PR? That's what we've been doing so far. If there might be other PRs merged before we release, then let's bump the version separately.
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've merged main back into this PR and this fell out of diff. I'll bump the version when we do an actual release (v1.2.0).
"$ref": "#/definitions/BrowserData" | ||
} | ||
}, | ||
"required": [ |
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.
This is a nice touch, publishing the core browser set in the schema as well, indirectly.
This adds browser release information, like this:
Toward #1047