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
@@ -129,7 +129,7 @@ Following options are supported:
129
129
130
130
Read more about [Configuration](/docs/reference/configuration).
131
131
132
-
Using `override-config` on the command line will not change the contents of the config file `GitVersion.yml`or `GitVersion.yaml`.
132
+
Using `override-config` on the command line will not change the contents of the config file `GitVersion.yml`, `GitVersion.yaml`, `.GitVersion.yml`or `.GitVersion.yaml`.
133
133
134
134
### Example: How to override configuration option 'tag-prefix' to use prefix 'custom'
Copy file name to clipboardExpand all lines: src/GitVersion.App/OverrideConfigurationOptionParser.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ internal class OverrideConfigurationOptionParser
18
18
/// </summary>
19
19
/// <returns></returns>
20
20
/// <remarks>
21
-
/// Lookup keys are created from <see cref="System.Text.Json.Serialization.JsonPropertyNameAttribute"/> to match 'GitVersion.yml'or 'GitVersion.yaml' file
21
+
/// Lookup keys are created from <see cref="System.Text.Json.Serialization.JsonPropertyNameAttribute"/> to match 'GitVersion.yml', 'GitVersion.yaml', '.GitVersion.yml' or '.GitVersion.yaml' file
0 commit comments