forked from renovatebot/renovate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(versioning/semver): rewrite readme (renovatebot#29868)
Co-authored-by: Sebastian Poxhofer <[email protected]>
- Loading branch information
1 parent
e76c19f
commit addacfa
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
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. | ||
Renovate's `semver` versioning _strictly_ implements the [Semantic Versioning 2.0](https://semver.org) specification. | ||
Because the SemVer 2.0 specification does _not_ allow ranges, Renovate's `semver` versioning also does _not_ support ranges. | ||
|
||
Ranges are not supported, in line with the specification. | ||
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`. |