Closed 1000hz closed 11 months ago
There's a bug in our semverCompare() function resulting from comparing version numbers lexicographically. This results in places where we use it (e.g. whether to use bulk secret uploads or serial uploads) sometimes taking the wrong code path.
semverCompare()
There's a bug in our
semverCompare()
function resulting from comparing version numbers lexicographically. This results in places where we use it (e.g. whether to use bulk secret uploads or serial uploads) sometimes taking the wrong code path.