Skip to content

Fix plugin release sorting to use semantic versioning#1492

Merged
vcheung-stripe merged 4 commits intomasterfrom
vcheung-fix-plugin-manifest-sorting
Mar 17, 2026
Merged

Fix plugin release sorting to use semantic versioning#1492
vcheung-stripe merged 4 commits intomasterfrom
vcheung-fix-plugin-manifest-sorting

Conversation

@vcheung-stripe
Copy link
Copy Markdown
Collaborator

Plugin releases were being sorted lexicographically, causing versions like 1.10.0 to appear before 1.9.0. Now uses proper semver comparison to ensure correct ordering.

Committed-By-Agent: claude

Reviewers

r? @
cc @stripe/developer-products

Summary

Plugin releases were being sorted lexicographically, causing versions
like 1.10.0 to appear before 1.9.0. Now uses proper semver comparison
to ensure correct ordering.

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Committed-By-Agent: claude
@vcheung-stripe vcheung-stripe requested a review from a team as a code owner March 17, 2026 17:11
@vcheung-stripe vcheung-stripe merged commit 24d524a into master Mar 17, 2026
13 checks passed
@vcheung-stripe vcheung-stripe deleted the vcheung-fix-plugin-manifest-sorting branch March 17, 2026 17:28
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