@@ -31,25 +31,22 @@ found that is generally what is needed when using GitFlow.
31
31
To see the effective configuration (defaults and overrides), you can run
32
32
` gitversion /showConfig ` .
33
33
34
- To create your config file just type ` gitversion init ` in your repo directory,
35
- after [ installing] [ installing ] . A minimal ` GitVersion.yml ` configuration file will be
36
- created. Modify this to suit your needs.
37
34
38
35
## Global configuration
39
36
40
- Following supported workflow configurations are available in GitVersion and can be referenced by the workflow property:
37
+ The following supported workflow configurations are available in GitVersion and can be referenced by the workflow property:
41
38
- GitFlow (GitFlow/v1)
42
39
- GitHubFlow (GitHubFlow/v1)
43
40
- TrunkBased (TrunkBased/v1)
44
41
45
- Example of using a TrunkBased workflow with a different tag-prefix:
42
+ Example of using a ` TrunkBased ` workflow with a different ` tag-prefix ` :
46
43
47
44
``` yaml
48
45
workflow : TrunkBased/v1
49
46
tag-prefix : ' [abc]'
50
47
` ` `
51
48
52
- The build -in configuration for the ` GitFlow` workflow (`workflow: GitFlow/v1`) looks like:
49
+ The built -in configuration for the ` GitFlow` workflow (`workflow: GitFlow/v1`) looks like:
53
50
54
51
` ` ` yaml
55
52
assembly-versioning-scheme: MajorMinorPatch
@@ -205,7 +202,7 @@ is-release-branch: false
205
202
is-main-branch: false
206
203
` ` `
207
204
208
- The supported build -in configuration for the `GitHubFlow` workflow (`workflow : GitHubFlow/v1`) looks like:
205
+ The supported built -in configuration for the `GitHubFlow` workflow (`workflow : GitHubFlow/v1`) looks like:
209
206
210
207
` ` ` yaml
211
208
assembly-versioning-scheme: MajorMinorPatch
@@ -309,7 +306,7 @@ is-release-branch: false
309
306
is-main-branch: false
310
307
` ` `
311
308
312
- The supported build -in configuration for the `TrunkBased` workflow (`workflow : TrunkBased/v1`) looks like:
309
+ The supported built -in configuration for the `TrunkBased` workflow (`workflow : TrunkBased/v1`) looks like:
313
310
314
311
` ` ` yaml
315
312
assembly-versioning-scheme: MajorMinorPatch
0 commit comments