renovate/lib/versioning/semver
2021-03-02 21:44:55 +01:00
..
index.spec.ts refactor: toVersion -> newVersion (#8711) 2021-02-16 12:33:44 +01:00
index.ts refactor: optimize type usage (#8947) 2021-03-02 21:44:55 +01:00
readme.md docs: capitalize noun SemVer (#7984) 2020-12-13 15:25:51 +01:00

Renovate's Semantic Versioning is a strict/independent implementation of Semantic Versioning 2.0. It has been developed to be used in situations where exact-only SemVer support is needed and not npm's extended semver implementation including ranges.

Ranges are not supported, as per the specification.