Skip to content

Fix pre-release version sorting and missing gh-pages branch handling#29

Merged
lukidoescode merged 1 commit into
mainfrom
lwagner/fix-small-docs-issues
May 11, 2026
Merged

Fix pre-release version sorting and missing gh-pages branch handling#29
lukidoescode merged 1 commit into
mainfrom
lwagner/fix-small-docs-issues

Conversation

@lukidoescode

@lukidoescode lukidoescode commented May 11, 2026

Copy link
Copy Markdown
Owner

Replace broken numeric field sort (sort -t. -k3,3rn) with version sort (sort -rV) which correctly handles pre-release suffixes like -alpha. Select "latest" as the first stable version, skipping pre-releases. Handle missing gh-pages branch in deploy workflow using ls-remote check with orphan worktree fallback.

Replace broken numeric field sort (sort -t. -k3,3rn) with version sort
(sort -rV) which correctly handles pre-release suffixes like -alpha.
Select "latest" as the first stable version, skipping pre-releases.
Handle missing gh-pages branch in deploy workflow using ls-remote check
with orphan worktree fallback.
@lukidoescode lukidoescode merged commit 28ea36f into main May 11, 2026
8 checks passed
@lukidoescode lukidoescode deleted the lwagner/fix-small-docs-issues branch May 11, 2026 21:18
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.

1 participant