renovate/lib/modules/versioning/semver
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
..
common.spec.ts refactor: replace `test.each` with `it.each` (#21859) 2023-04-28 04:33:15 +00:00
common.ts feat(manager/npm): add support for x-range "all" - `"*"` range (#18251) 2022-10-14 11:26:20 +02:00
index.spec.ts fix(versioning): strip leading v from getNewValue (#27323) 2024-02-15 15:34:58 +00:00
index.ts fix(versioning): strip leading v from getNewValue (#27323) 2024-02-15 15:34:58 +00:00
readme.md docs(versioning/semver): rewrite readme (#29868) 2024-07-01 16:20:21 +00:00

readme.md

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.