File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -54,4 +54,14 @@ Will result in command line argument error
5454### Example: When AssemblyInfo.cs and AssemblyVersionInfo.cs already exist
5555` GitVersion.exe /updateassemblyinfo AssemblyInfo.cs AssemblyVersionInfo.cs `
5656
57- Will iterate through each file and update known attributes (` AssemblyVersion ` , ` AssemblyFileVersion ` , ` AssemblyInformationalVersion ` ).
57+ Will iterate through each file and update known attributes (` AssemblyVersion ` , ` AssemblyFileVersion ` , ` AssemblyInformationalVersion ` ).
58+
59+ ## Override config
60+ ` /overrideconfig [key=value] ` will override appropriate key from 'GitVersion.yml'.
61+
62+ At the moment only ` tag-prefix ` option is supported. Read more about [ Configuration] ( /configuration/ ) .
63+
64+ It will not change config file 'GitVersion.yml'.
65+
66+ ### Example: How to override configuration option 'tag-prefix' to use prefix 'custom'
67+ ` GitVersion.exe /output json /overrideconfig tag-prefix=custom `
You can’t perform that action at this time.
0 commit comments