Closed LucaGuerra closed 9 months ago
The remote build would show erratic behavior when a 0.10.0 tag was introduced. This was possibly due to git ordering of tags. Instead of relying on it we'll use a set, remove what we don't need and later sort with semver.
Make sense. For example:
❯ git --no-pager tag --list "okta-[0-9].*" --contains okta-0.8.0
okta-0.10.0
okta-0.8.0
okta-0.8.1
okta-0.9.0
LGTM label has been added.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: leogr, LucaGuerra
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What type of PR is this?
/kind bug
Any specific area of the project related to this PR?
/area build
What this PR does / why we need it:
The remote build would show erratic behavior when a 0.10.0 tag was introduced. This was possibly due to git ordering of tags. Instead of relying on it we'll use a set, remove what we don't need and later sort with semver.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: