-
Notifications
You must be signed in to change notification settings - Fork 10
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
[fei6062.3.releasing] Catch the RELEASING commit issueprotections #2417
Conversation
🦋 Changeset detectedLatest commit: bceb885 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
A new build was pushed to Chromatic! 🚀https://5e1bf4b385e3fb0020b7073c-nafpqsisis.chromatic.com/ Chromatic results:
|
.github/workflows/node-ci-pr.yml
Outdated
@@ -160,7 +159,7 @@ jobs: | |||
# Releases are triggered by merging "Version Packages" PRs. | |||
# So we look for instances of the release.yml workflow, with | |||
# a title containing "Version Packages", that are in progress. | |||
release_count=$(gh run list --workflow release.yml --json status,displayTitle --jq '[.[] | select(.status == "in_progress" and (.displayTitle | contains("Version Packages")))] | length') | |||
release_count=$(gh run list --workflow release.yml --json status,displayTitle --jq '[.[] | select(.status == "in_progress" and ((.displayTitle | contains("Version Packages") or (.displayTitle | contains("RELEASING:"))))] | length') |
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.
note: Updated to catch if a squash merge didn't happen
Size Change: 0 B Total Size: 96.3 kB ℹ️ View Unchanged
|
@@ -159,7 +159,7 @@ jobs: | |||
# Releases are triggered by merging "Version Packages" PRs. | |||
# So we look for instances of the release.yml workflow, with | |||
# a title containing "Version Packages", that are in progress. | |||
release_count=$(gh run list --workflow release.yml --json status,displayTitle --jq '[.[] | select(.status == "in_progress" and ((.displayTitle | contains("Version Packages") or (.displayTitle | contains("RELEASING:"))))] | length') | |||
release_count=$(gh run list --workflow release.yml --json status,displayTitle --jq '[.[] | select(.status == "in_progress" and ((.displayTitle | contains("Version Packages")) or (.displayTitle | contains("RELEASING:"))))] | length') |
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.
Thanks for the quick fix!
npm Snapshot: Published🎉 Good news!! We've packaged up the latest commit from this PR (1e511b2) and published all packages with changesets to npm. You can install the packages in webapp by running: ./services/static/dev/tools/deploy_wonder_blocks.js --tag="PR2417" Packages can also be installed manually by running: yarn add @khanacademy/wonder-blocks-<package-name>@PR2417 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2417 +/- ##
============================
============================
Continue to review full report in Codecov by Sentry.
|
Summary:
For some reason, merging Version Packages didn't do a squash merge and that meant we got the change
Issue: FEI-6062
Test plan: