0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +00:00
renovatebot_renovate/lib/modules/versioning/semver/readme.md
HonkingGoose 1fcec7c35d
docs(versioning/semver): rewrite readme (#29868)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2024-07-01 16:20:21 +00:00

405 B

Renovate's semver versioning strictly implements the Semantic Versioning 2.0 specification. Because the SemVer 2.0 specification does not allow ranges, Renovate's semver versioning also does not support ranges.

Only use the semver versioning when you mean to follow the full SemVer 2.0 specifications strictly. If you need a more forgiving variant use semver-coerced.