@@ -31,25 +31,22 @@ found that is generally what is needed when using GitFlow.
3131To see the effective configuration (defaults and overrides), you can run
3232` gitversion /showConfig ` .
3333
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.
3734
3835## Global configuration
3936
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:
4138- GitFlow (GitFlow/v1)
4239- GitHubFlow (GitHubFlow/v1)
4340- TrunkBased (TrunkBased/v1)
4441
45- Example of using a TrunkBased workflow with a different tag-prefix:
42+ Example of using a ` TrunkBased ` workflow with a different ` tag-prefix ` :
4643
4744``` yaml
4845workflow : TrunkBased/v1
4946tag-prefix : ' [abc]'
5047` ` `
5148
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:
5350
5451` ` ` yaml
5552assembly-versioning-scheme: MajorMinorPatch
@@ -205,7 +202,7 @@ is-release-branch: false
205202is-main-branch: false
206203` ` `
207204
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:
209206
210207` ` ` yaml
211208assembly-versioning-scheme: MajorMinorPatch
@@ -309,7 +306,7 @@ is-release-branch: false
309306is-main-branch: false
310307` ` `
311308
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:
313310
314311` ` ` yaml
315312assembly-versioning-scheme: MajorMinorPatch
0 commit comments