chore(ci): pick up the semantic-release file:// remote fix#687
Merged
Conversation
| restore-keys: | | ||
| bench-npm-cache- | ||
| - uses: FerrLabs/Benchmarks@4b589da3decd4d5ff9372b73410b6e516f2e0b02 # v5.5.0 + startup/work split + seeded changesets + semantic-release fix | ||
| - uses: FerrLabs/Benchmarks@5a4746ea75afca8edcdae739a255af93909ad96f # v5.5.1 + startup/work split + seeded changesets + semantic-release file:// remote |
| pattern: bench-partial-* | ||
| path: partials/ | ||
| - uses: FerrLabs/Benchmarks@4b589da3decd4d5ff9372b73410b6e516f2e0b02 # v5.5.0 + startup/work split + seeded changesets + semantic-release fix | ||
| - uses: FerrLabs/Benchmarks@5a4746ea75afca8edcdae739a255af93909ad96f # v5.5.1 + startup/work split + seeded changesets + semantic-release file:// remote |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-pins the Benchmarks action from
4b589da3to5a4746ea(v5.5.1). SHA-pinned, so FerrLabs/Benchmarks#181 does not reach a run without this.semantic-release still produced zero cells after the previous re-pin (#686). #178 fixed the dangling remote
HEAD, but a second failure hid behind it: semantic-release feedsorigintonew URL()when generating notes, and the baremktemp -dpath throwsTypeError: Invalid URLon Linux. FerrLabs/Benchmarks#181 addresses the remote asfile://;generateNotesnow completes and it resolves a real next version.I confirmed this against the artifact, not the green tick — the run after #686 was green with semantic-release absent, which is the whole failure mode. Expect it to finally appear in the chart on the next run, as the heaviest competitor.