You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The regex to match commit messages with to perform a major version increment. Default set to \u0027\\\u002Bsemver:\\s?(breaking|major)\u0027",
100
+
"description": "The regular expression to match commit messages with to perform a major version increment. Default set to \u0027\\\u002Bsemver:\\s?(breaking|major)\u0027",
"description": "The regex to match commit messages with to perform a minor version increment. Default set to \u0027\\\u002Bsemver:\\s?(feature|minor)\u0027",
113
+
"description": "The regular expression to match commit messages with to perform a minor version increment. Default set to \u0027\\\u002Bsemver:\\s?(feature|minor)\u0027",
"description": "The regex to match commit messages with to perform a patch version increment. Default set to \u0027\\\u002Bsemver:\\s?(fix|patch)\u0027",
129
+
"description": "The regular expression to match commit messages with to perform a patch version increment. Default set to \u0027\\\u002Bsemver:\\s?(fix|patch)\u0027",
130
130
"type": "string"
131
131
},
132
132
"pre-release-weight": {
@@ -246,7 +246,7 @@
246
246
]
247
247
},
248
248
"Nullable\u006012": {
249
-
"description": "Indicates this branch config represents a release branch in GitFlow.",
249
+
"description": "Indicates this branch configuration represents a release branch in GitFlow.",
"description": "The regex pattern to use to extract the number from the branch name. Defaults to \u0027[/-](?\u003Cnumber\u003E\\d\u002B)[-/]\u0027.",
270
+
"description": "The regular expression pattern to use to extract the number from the branch name. Defaults to \u0027[/-](?\u003Cnumber\u003E\\d\u002B)[-/]\u0027.",
271
271
"type": "string"
272
272
},
273
273
"Nullable\u006013": {
@@ -285,7 +285,7 @@
285
285
]
286
286
},
287
287
"string2": {
288
-
"description": "The regex pattern to use to match this branch.",
288
+
"description": "The regular expression pattern to use to match this branch.",
289
289
"type": "string"
290
290
},
291
291
"array1": {
@@ -311,7 +311,7 @@
311
311
]
312
312
},
313
313
"Nullable\u006017": {
314
-
"description": "Indicates this branch config represents develop in GitFlow.",
314
+
"description": "Indicates this branch configuration represents develop in GitFlow.",
Copy file name to clipboardExpand all lines: src/GitVersion.Core.Tests/Configuration/ConfigurationProviderTests.CanWriteOutEffectiveConfiguration.approved.txt
ex.Message.ShouldBe($"Branch configuration 'bug' is missing required configuration 'source-branches'{System.Environment.NewLine}"+
94
-
"See https://gitversion.net/docs/reference/configuration for more info");
95
-
}
96
-
97
82
[Test(Description="This test proves the configuration validation will fail early with a helpful message when a branch listed in source-branches has no configuration.")]
0 commit comments