From dd6d436ac31f121ef3b96b7eeaa96441c35ff3a7 Mon Sep 17 00:00:00 2001 From: Mathias Brodala <mbrodala@pagemachine.de> Date: Fri, 22 Oct 2021 08:30:20 +0200 Subject: [PATCH] docs: Fix 4-parts version processing explanation (#12264) --- docs/usage/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index ea661d0d7e..4cf1206535 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -2467,7 +2467,7 @@ By exposing `versioning` to config, you can override the default versioning for We do not recommend overriding the default versioning, but there are some cases such as Docker or Gradle where versioning is not strictly defined and you may need to specify the versioning type per-package. Renovate supports 4-part versions (1.2.3.4) in full for the NuGet package manager. -Other managers can use the `"loose"` versioning fallback: the first 3 parts are used as the version, any leading parts are sorted alphanumerically. +Other managers can use the `"loose"` versioning fallback: the first 3 parts are used as the version, all trailing parts are used for alphanumeric sorting. ## vulnerabilityAlerts -- GitLab