You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/input/docs/reference/configuration.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ created. Modify this to suit your needs.
38
38
## Global configuration
39
39
40
40
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)
44
44
45
45
Example of using a TrunkBased workflow with a different tag-prefix:
46
46
@@ -807,7 +807,7 @@ more details and an in-depth analysis, please see [the discussion][2506].
807
807
808
808
### prevent-increment-when-tagged
809
809
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.
811
811
812
812
### label-number-pattern
813
813
@@ -898,9 +898,9 @@ Example of invalid `Strict`, but valid `Loose`
898
898
### strategies
899
899
900
900
Specifies which version strategy implementation (one ore more) will be used to determine the next version. Following values are supported and can be combined:
0 commit comments