File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ public static Arguments ParseArguments(List<string> commandLineArguments)
293
293
294
294
switch ( configOverride [ 0 ] )
295
295
{
296
- case "tagPrefix " :
296
+ case "tag-prefix " :
297
297
if ( 1 < configOverride . Length )
298
298
{
299
299
arguments . OverrideConfig . TagPrefix = configOverride [ 1 ] ;
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ path The directory containing .git. If not defined current directory
25
25
eg /output json /showvariable SemVer - will output `1.2.3+beta.4`
26
26
/l Path to logfile.
27
27
/showconfig Outputs the effective GitVersion config (defaults + custom from GitVersion.yaml) in yaml format
28
+ /overrideConfig Overrides GitVersion config values inline (semicolon-separated key value pairs e.g. /overrideConfig:tag-prefix=Foo)
28
29
29
30
# AssemblyInfo updating
30
31
/updateassemblyinfo
You can’t perform that action at this time.
0 commit comments