renovate/lib/versioning/loose
2020-08-06 08:01:51 +02:00
..
__snapshots__ fix: move tests into lib (#5635) 2020-03-05 21:57:24 +01:00
generic.ts chore: import linting (#6105) 2020-05-01 18:03:48 +02:00
index.spec.ts fix(versioning): ignore git commit hash in loose/docker versioning (#6919) 2020-08-06 08:01:51 +02:00
index.ts fix(versioning): ignore git commit hash in loose/docker versioning (#6919) 2020-08-06 08:01:51 +02:00
readme.md fix(versioning): ignore git commit hash in loose/docker versioning (#6919) 2020-08-06 08:01:51 +02:00
utils.spec.ts chore: import linting (#6105) 2020-05-01 18:03:48 +02:00

Renovate's "loose" versioning was created for cases where no strict versioning is in place. It works like semver if semver-compliant versions are supplied, but otherwise is "best effort". Essentially it just does its best to sort versions and ignore versions that are not sortable.