Skip to content

Commit 6f76020

Browse files
Clarify version strategy order in documentation
Updated the configuration documentation to specify that the order in which version strategies are specified does not matter.
1 parent e18d6b1 commit 6f76020

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/input/docs/reference/mdsource/configuration.source.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,9 @@ Example of invalid `Strict`, but valid `Loose`
550550

551551
### strategies
552552

553-
Specifies which version strategy implementation (one ore more) will be used to determine the next version. Following values are supported and can be combined:
553+
Specifies which version strategy implementation (one or more) will be used to determine the next version.
554+
These strategies can be combined, and the order in which they are specified does not matter.
555+
The configuration accepts the following values:
554556

555557
- Fallback
556558
- ConfiguredNextVersion

0 commit comments

Comments
 (0)