@@ -25,7 +25,7 @@ after installing via chocolatey and a minimal `GitVersion.yml` configuration
25
25
file will be created. Modify this as you need.
26
26
27
27
## Global configuration
28
- The global configuration options look like this:
28
+ The global configuration look like this:
29
29
30
30
``` yaml
31
31
next-version : 1.0
@@ -47,7 +47,7 @@ ignore:
47
47
commits-before : yyyy-MM-ddTHH:mm:ss
48
48
` ` `
49
49
50
- The options are:
50
+ And the description of the available options are:
51
51
52
52
### next-version
53
53
Allows you to bump the next version explicitly, useful for bumping ` master` or a
@@ -122,7 +122,7 @@ in the commit message. See the `*-version-bump-message` options above for
122
122
details on the syntax. Default set to `Enabled`; set to `Disabled` to disable.
123
123
124
124
# ## ignore
125
- The header for ignore configuration
125
+ The header for ignore configuration.
126
126
127
127
# ### sha
128
128
A sequence of SHAs to be excluded from the version calculations. Useful when
@@ -204,15 +204,16 @@ values, but here they are if you need to:
204
204
The header for all the individual branch configuration.
205
205
206
206
# ## mode
207
- Same as for the global configuration, explained above.
207
+ Same as for the [ global configuration, explained above](#mode) .
208
208
209
209
# ## tag
210
210
The pre release tag to use for this branch. Use the value `useBranchName` to use
211
211
the branch name instead. For example `feature/foo` would become a pre-release
212
212
tag of `foo` with this value. Use the value `{BranchName}` as a placeholder to
213
213
insert the branch name. For example `feature/foo` would become a pre-release tag
214
- of `alpha.foo` with the value of `alpha.{BranchName}`. **Note:** To clear a
215
- default use an empty string : ` tag: ''`
214
+ of `alpha.foo` with the value of `alpha.{BranchName}`.
215
+
216
+ **Note:** To clear a default use an empty string: `tag: ''`
216
217
217
218
# ## increment
218
219
The part of the SemVer to increment when GitVersion detects it needs to be (i.e
0 commit comments