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
Copy file name to clipboardexpand all lines: BREAKING_CHANGES.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## v6.1.0
1
+
## v6.2.0
2
2
3
3
* The configuration property `label-number-pattern` was removed. The functionality can be still used by changing the label and the branch name regular expression for pull-request branches.
Copy file name to clipboardexpand all lines: schemas/6.1/GitVersion.configuration.json
-18
Original file line number
Diff line number
Diff line change
@@ -104,15 +104,6 @@
104
104
"null"
105
105
]
106
106
},
107
-
"label-number-pattern": {
108
-
"format": "regex",
109
-
"description": "The regular expression pattern to use to extract the number from the branch name. Defaults to '[/-](?<number>\\d+)'.",
110
-
"default": "[/-](?<number>\\d+)",
111
-
"type": [
112
-
"string",
113
-
"null"
114
-
]
115
-
},
116
107
"pre-release-weight": {
117
108
"description": "Provides a way to translate the PreReleaseLabel to a number.",
118
109
"type": [
@@ -233,15 +224,6 @@
233
224
"null"
234
225
]
235
226
},
236
-
"label-number-pattern": {
237
-
"format": "regex",
238
-
"description": "The regular expression pattern to use to extract the number from the branch name. Defaults to '[/-](?<number>\\d+)'.",
239
-
"default": "[/-](?<number>\\d+)",
240
-
"type": [
241
-
"string",
242
-
"null"
243
-
]
244
-
},
245
227
"major-version-bump-message": {
246
228
"format": "regex",
247
229
"description": "The regular expression to match commit messages with to perform a major version increment. Defaults to '\\+semver:\\s?(breaking|major)'",
0 commit comments