renovate/lib/versioning/semver
2020-03-05 21:57:24 +01:00
..
index.spec.ts fix: move tests into lib (#5635) 2020-03-05 21:57:24 +01:00
index.ts feat: versionScheme -> versioning (#5504) 2020-02-18 08:34:10 +01:00
readme.md docs: improve versioning docs 2020-02-17 23:02:00 +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.