Skip to content
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

Merged
merged 3 commits into from
Aug 7, 2024
Merged

Conversation

ddbeck
Copy link
Collaborator

@ddbeck ddbeck commented Jul 26, 2024

This adds browser release information, like this:

{
  "chrome": {
    "name": "Chrome",
    "releases": [
      {
        "date": "2008-12-11",
        "version": "1"
      },
      {
        "date": "2009-05-21",
        "version": "2"
      },
      /* … */
      {
        "date": "2024-07-23",
        "version": "127"
      }
    ]
  },
  /* etc. */

Toward #1047

@@ -1,7 +1,7 @@
{
"name": "web-features",
"description": "Curated list of Web platform features",
"version": "1.0.0",
"version": "1.1.0",
Copy link
Collaborator

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.

Copy link
Collaborator Author

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": [
Copy link
Collaborator

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.

@ddbeck ddbeck requested a review from foolip August 6, 2024 19:30
@ddbeck ddbeck added the minor version required This PR requires a minor version semver release (vX.Y+1.0) label Aug 6, 2024
@ddbeck ddbeck merged commit de6cdb0 into web-platform-dx:main Aug 7, 2024
3 checks passed
@ddbeck ddbeck deleted the publish-browsers branch August 7, 2024 13:03
@ddbeck ddbeck removed the minor version required This PR requires a minor version semver release (vX.Y+1.0) label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants