Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clarify version strategy order in documentation
Updated the configuration documentation to specify that the order in which version strategies are specified does not matter.
  • Loading branch information
selfdocumentingcode committed Oct 11, 2024
commit 6f76020a0cf627991ccc02983040ab8baac90422
4 changes: 3 additions & 1 deletion docs/input/docs/reference/mdsource/configuration.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,9 @@ Example of invalid `Strict`, but valid `Loose`

### strategies

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

- Fallback
- ConfiguredNextVersion
Expand Down