Skip to content

Commit 248ae66

Browse files
committed
Update docs/input/docs/reference/configuration.md
1 parent 817c323 commit 248ae66

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/input/docs/reference/configuration.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,22 @@ found that is generally what is needed when using GitFlow.
3131
To 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
4845
workflow: TrunkBased/v1
4946
tag-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
5552
assembly-versioning-scheme: MajorMinorPatch
@@ -205,7 +202,7 @@ is-release-branch: false
205202
is-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
211208
assembly-versioning-scheme: MajorMinorPatch
@@ -309,7 +306,7 @@ is-release-branch: false
309306
is-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
315312
assembly-versioning-scheme: MajorMinorPatch

0 commit comments

Comments
 (0)