Skip to content

Commit 1ed02ce

Browse files
committed
Gnerating the json schemas with:
./build.ps1 -Stage build -Target BuildPrepare ./build.ps1 -Stage docs -Target GenerateSchemas
1 parent 054198a commit 1ed02ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/6.0/GitVersion.configuration.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@
161161
"description": "Whether to update the build number in the project file. Defaults to true.",
162162
"type": "boolean"
163163
},
164+
"version-in-branch-pattern": {
165+
"description": "A regular expression which is used to determine the version number in the branch name or commit message (e.g., v1.0.0-LTS). The default value is \u0027(?\u003Cversion\u003E[vV]?\\d\u002B(\\.\\d\u002B)?(\\.\\d\u002B)?).*\u0027.",
166+
"type": "string"
167+
},
164168
"mode": {
165169
"$ref": "#/$defs/Nullable\u006018"
166170
},

0 commit comments

Comments
 (0)