Skip to content

Commit 1fcec7c

Browse files
HonkingGoosesecustor
andauthoredJul 1, 2024··
docs(versioning/semver): rewrite readme (#29868)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
1 parent f05bf76 commit 1fcec7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 
+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
Renovate's Semantic Versioning is a strict/independent implementation of [Semantic Versioning 2.0](https://semver.org). 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.
1+
Renovate's `semver` versioning _strictly_ implements the [Semantic Versioning 2.0](https://semver.org) specification.
2+
Because the SemVer 2.0 specification does _not_ allow ranges, Renovate's `semver` versioning also does _not_ support ranges.
23

3-
Ranges are not supported, in line with the specification.
4+
Only use the `semver` versioning when you mean to follow the full SemVer 2.0 specifications strictly.
5+
If you need a more forgiving variant use `semver-coerced`.

0 commit comments

Comments
 (0)
Please sign in to comment.