Support alpha and azure pipeline build version formats for SemVer parsing and sorting#1273
Support alpha and azure pipeline build version formats for SemVer parsing and sorting#12735 commits merged intoAzure:masterfrom benbp:benbp/semver-alpha
Conversation
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
@weshaggard support added for optional zero-padding in non-python build versions. Updated the sorting and toString to handle |
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
weshaggard
left a comment
There was a problem hiding this comment.
A couple questions but otherwise looks good.
|
The following pipelines have been queued for testing: |
|
Hello @azure-sdk! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
This PR updates the semver tooling to support our dev feed formats like:
Supporting this format will enable us to sort release feeds that contain alpha releases, primarily so we can target smoke tests against the latest nightly and/or preview release, where applicable. Currently the smoke tests (at least for .net) have a bug where they are testing against very old dev releases, since they just pick the last item in the API response.