mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
.. | ||
index.js | ||
readme.md |
node versioning
This "node" versioning is nearly identical to npm's semver except that it makes sure to strip "v" prefixes from exact versions when replacing.
Documentation and URLs
What type of versioning is used?
Node.JS's versioning complies with Semantic Versioning 2.0.
Are ranges supported? How?
Same as npm.
Range Strategy support
Same as npm
Implementation plan/status
- Strip v prefix
- Support Node.js-specific "stable" awareness