Skip to content

Conversation

@AllyW
Copy link
Contributor

@AllyW AllyW commented Mar 26, 2025

If current version is deprecated preview version, for example 1.1.0 + isPreview: true, then to ensure version compare as expected, the following pattern is requested:

  1. if next version is stable, then, 1.2.0, no preview tag
  2. if next version is still preview, then 1.1.1b1, not 1.1.0b2. 1.1.0b2 < 1.1.0 < 1.1.1b1

Add this because the 1.1.0 + isPreview: true is not pure semantic versioning schema and need to and will be deprecated in future releases.

@AllyW
Copy link
Contributor Author

AllyW commented Mar 26, 2025

related pr: Azure/azure-cli-extensions#8398

@AllyW AllyW merged commit c0629a7 into Azure:dev Mar 26, 2025
25 checks passed
@AllyW
Copy link
Contributor Author

AllyW commented Mar 27, 2025

target pr: Azure/azure-cli-extensions#8612

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