renovate/lib/versioning/semver
2019-01-07 16:19:15 +01:00
..
index.js feat: split out npm versioning from semver (#3023) 2019-01-07 05:49:47 +01:00
readme.md docs: add versioning readmes 2019-01-07 16:19:15 +01:00

Semver versioning

Documentation and URLs

https://semver.org/

What type of versioning is used?

This 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.

Are ranges supported? How?

Semver deliberately doesn't support any ranges, as per the spec

Range Strategy support

Not applicable

Implementation plan/status

  • Exact version support