Build: Verify release using dist repo tarball#5720
Merged
timmywil merged 5 commits intojquery:3.x-stablefrom Nov 15, 2025
Merged
Build: Verify release using dist repo tarball#5720timmywil merged 5 commits intojquery:3.x-stablefrom
timmywil merged 5 commits intojquery:3.x-stablefrom
Conversation
- get the blog URL from the dist repo README and use that to run release:dist
mgol
previously approved these changes
Nov 7, 2025
Member
mgol
left a comment
There was a problem hiding this comment.
LGTM assuming you tested it locally.
Member
Author
|
@mgol I realized there could be a race condition. Because the dist tag is pushed after the main repo tag, it could run the workflow before the dist tag exists. I made it so it falls back to cloning the main branch. This should make it so verify works during a release whether the tag is there or not, but still support verifying previous releases (>= 4.0.0-rc.1). |
45b6262 to
0cc4d29
Compare
More changes are coming so I'll dismiss my review for now.
mgol
approved these changes
Nov 12, 2025
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.
Summary
3.x version of #5719
npm run release:distfrom the build.Ref gh-5693
Note: this doesn't work for any previous 3.x release, but it should work for any future ones.
Checklist