Skip to content

Commit 881758c

Browse files
committed
Fix formatting in configuration.md
1 parent 11c822a commit 881758c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/input/docs/reference/configuration.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ created. Modify this to suit your needs.
3838
## Global configuration
3939

4040
Following supported workflow configurations are available in GitVersion and can be referenced by the workflow property:
41-
- GitFlow (GitFlow/v1)
42-
- GitHubFlow (GitHubFlow/v1) and
43-
- TrunkBased (TrunkBased/v1)
41+
- GitFlow (GitFlow/v1)
42+
- GitHubFlow (GitHubFlow/v1)
43+
- TrunkBased (TrunkBased/v1)
4444

4545
Example of using a TrunkBased workflow with a different tag-prefix:
4646

@@ -807,7 +807,7 @@ more details and an in-depth analysis, please see [the discussion][2506].
807807

808808
### prevent-increment-when-tagged
809809

810-
This branch related property can be used to control the behavior weither to take the incremented or the current tagged version.
810+
This branch related property can be used to control the behavior whether to take the incremented or the current tagged version.
811811

812812
### label-number-pattern
813813

@@ -898,9 +898,9 @@ Example of invalid `Strict`, but valid `Loose`
898898
### strategies
899899
900900
Specifies which version strategy implementation (one ore more) will be used to determine the next version. Following values are supported and can be combined:
901-
* ConfiguredNextVersion
902-
* MergeMessage
903-
* TaggedCommit
904-
* TrackReleaseBranches
905-
* VersionInBranchName
906-
* TrunkBased
901+
- ConfiguredNextVersion
902+
- MergeMessage
903+
- TaggedCommit
904+
- TrackReleaseBranches
905+
- VersionInBranchName
906+
- TrunkBased

0 commit comments

Comments
 (0)