Skip to content

Commit

Permalink
docs(versioning/semver): rewrite readme (#29868)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
  • Loading branch information
HonkingGoose and secustor committed Jul 1, 2024
1 parent f05bf76 commit 1fcec7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/modules/versioning/semver/readme.md
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`.

0 comments on commit 1fcec7c

Please sign in to comment.