Skip to content

Commit 0e73ee4

Browse files
HHobeckarturcic
authored andcommitted
Integrate code review remarks
1 parent 17c0cf8 commit 0e73ee4

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

BREAKING_CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v6.1.0
1+
## v6.2.0
22

33
* 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.
44

schemas/6.1/GitVersion.configuration.json

-18
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,6 @@
104104
"null"
105105
]
106106
},
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-
},
116107
"pre-release-weight": {
117108
"description": "Provides a way to translate the PreReleaseLabel to a number.",
118109
"type": [
@@ -233,15 +224,6 @@
233224
"null"
234225
]
235226
},
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-
},
245227
"major-version-bump-message": {
246228
"format": "regex",
247229
"description": "The regular expression to match commit messages with to perform a major version increment. Defaults to '\\+semver:\\s?(breaking|major)'",

0 commit comments

Comments
 (0)