mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
.. | ||
index.js | ||
readme.md |
Semver versioning
Documentation and URLs
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