Skip to content

Commit 2cc39a3

Browse files
committed
updated schema
1 parent 25a3eea commit 2cc39a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schemas/6.0/GitVersion.configuration.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@
177177
"type": "string"
178178
},
179179
"strategies": {
180-
"description": "Specifies which version strategies (one or more) will be used to determine the next version. Following values are available: 'ConfiguredNextVersion', 'MergeMessage', 'TaggedCommit', 'TrackReleaseBranches', 'VersionInBranchName' and 'Mainline'.",
180+
"description": "Specifies which version strategies (one or more) will be used to determine the next version. Following values are available: 'ConfiguredNextVersion', 'MergeMessage', 'TaggedCommit', 'TrackReleaseBranches', 'VersionInBranchName' and 'TrunkBased'.",
181181
"type": "array",
182182
"items": {
183-
"description": "Specifies which version strategies (one or more) will be used to determine the next version. Following values are available: 'ConfiguredNextVersion', 'MergeMessage', 'TaggedCommit', 'TrackReleaseBranches', 'VersionInBranchName' and 'Mainline'.",
183+
"description": "Specifies which version strategies (one or more) will be used to determine the next version. Following values are available: 'ConfiguredNextVersion', 'MergeMessage', 'TaggedCommit', 'TrackReleaseBranches', 'VersionInBranchName' and 'TrunkBased'.",
184184
"enum": [
185185
"None",
186186
"Fallback",
@@ -189,7 +189,7 @@
189189
"TaggedCommit",
190190
"TrackReleaseBranches",
191191
"VersionInBranchName",
192-
"Mainline"
192+
"TrunkBased"
193193
]
194194
}
195195
},

0 commit comments

Comments
 (0)