We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d99b0 commit 31323e6Copy full SHA for 31323e6
docs/input/docs/reference/configuration.md
@@ -519,6 +519,12 @@ Specifies the format of `AssemblyInformationalVersion`.
519
Follows the same formatting semantics as `assembly-file-versioning-format`.
520
The default value is `{InformationalVersion}`.
521
522
+### custom-version-format
523
+
524
+Specifies the format of `CustomVersion`.
525
+Follows the same formatting semantics as `assembly-file-versioning-format`.
526
+The default value is `{SemVer}`.
527
528
### mode
529
530
Sets the `mode` of how GitVersion should create a new version. Read more at
0 commit comments