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

Add feature inventory artifacts on push #13695

Merged
merged 3 commits into from
Nov 24, 2021
Merged

Conversation

ddbeck
Copy link
Collaborator

@ddbeck ddbeck commented Nov 23, 2021

Summary

Create an artifact for every push that enumerates the features recorded for BCD.

Test results and supporting details

This will save considerable time for writing release notes or doing other automation where you need to know what features were added or removed in a given commit.

Related issues

This is a prerequisite to improving the release notes for #13229.

@github-actions github-actions bot added the infra Infrastructure issues (npm, GitHub Actions, releases) of this project label Nov 23, 2021
@ddbeck ddbeck requested a review from Elchi3 November 23, 2021 14:56
@ddbeck ddbeck marked this pull request as ready for review November 23, 2021 14:56
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Elchi3 Elchi3 merged commit fda2dec into mdn:main Nov 24, 2021
@ddbeck ddbeck deleted the enumerate-features branch November 24, 2021 15:08
ddbeck added a commit to ddbeck/browser-compat-data that referenced this pull request Nov 24, 2021
This substantially speeds up feature diffing, where the enumeration has
already been done in GitHub Actions. Where possible, it trys to fetch
from GitHub Actions, or falls back to using a worktree to enumerate
directly.

See mdn#13695 for
background.
ddbeck added a commit to ddbeck/browser-compat-data that referenced this pull request Nov 24, 2021
This substantially speeds up feature diffing, where the enumeration has
already been done in GitHub Actions. Where possible, it trys to fetch
from GitHub Actions, or falls back to using a worktree to enumerate
directly.

See mdn#13695 for
background.
Elchi3 pushed a commit that referenced this pull request Nov 25, 2021
This substantially speeds up feature diffing, where the enumeration has
already been done in GitHub Actions. Where possible, it trys to fetch
from GitHub Actions, or falls back to using a worktree to enumerate
directly.

See #13695 for
background.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Infrastructure issues (npm, GitHub Actions, releases) of this project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants