Skip to content

Add semver ordering guidance to release skills#3504

Merged
mattleibow merged 1 commit intomainfrom
dev/fix-semver-ordering-in-release-skills
Feb 6, 2026
Merged

Add semver ordering guidance to release skills#3504
mattleibow merged 1 commit intomainfrom
dev/fix-semver-ordering-in-release-skills

Conversation

@mattleibow
Copy link
Contributor

Prevents selecting the wrong release branch when both preview and stable branches exist (e.g., picking 3.119.2-preview.3 instead of 3.119.2).

In semver, bare versions are always newer than prerelease variants: 3.119.2 > 3.119.2-preview.3.

Changes

  • release-testing: Added critical section before Step 1 with step-by-step process to find the correct branch
  • release-branch: Added semver check in auto-detect and ordering warning in Step 2
  • release-publish: Added semver ordering subsection in Step 1

Prevents selecting the wrong release branch when both preview and
stable branches exist (e.g., picking 3.119.2-preview.3 instead of
3.119.2). In semver, bare versions are always newer than prerelease
variants of the same version.
@github-actions
Copy link

github-actions bot commented Feb 6, 2026

Triage Summary

No labels will be applied as the issue does not relate to any specific operating system, platform, or backend technology.

This issue is not a regression and does not indicate any compatibility or performance concerns.

Additional remarks:

  • The issue relates to improvements in release branch management linked to semantic versioning, but lacks the necessary context to assign relevant labels such as documentation or build areas.
Detailed Summary and Actions

Summary of the triage:

  • No specific platform or operating system labels can be assigned as the issue does not mention any.
  • The issue does not point to any compatibility, performance, or reliability problems, and therefore does not warrant a regression label.
  • There are no backend technology or rendering framework references in the issue content for meaningful label application.
  • The main focus of the issue is on release branch management improvements related to semver, but does not link directly to existing documentation labels.

Summary of the actions that will be performed:

Action Item Description
No Action N/A No labels can be applied as the issue lacks necessary details and context.

This entire triage process was automated by AI and mistakes may have been made. Please let us know so we can continue to improve.

@mattleibow mattleibow merged commit 0d9023f into main Feb 6, 2026
2 checks passed
@mattleibow mattleibow deleted the dev/fix-semver-ordering-in-release-skills branch February 6, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant