Skip to content

Commit 34d6300

Browse files
HHobeckasbjornu
andauthored
Update BREAKING_CHANGES.md
Co-authored-by: Asbjørn Ulsberg <[email protected]>
1 parent e3b5c57 commit 34d6300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BREAKING_CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* The `BranchPrefixToTrim` configuration property has been removed. `RegularExpression` is now used to capture named groups instead.
3333
* Default `RegularExpression` for feature branches is changed from `^features?[/-]` to `^features?[/-](?<BranchName>.+)` to support using `{BranchName}` out-of-the-box
3434
* Default `RegularExpression` for unknown branches is changed from `.*` to `(?<BranchName>.*)` to support using `{BranchName}` out-of-the-box
35-
* The branch related property `IsMainline` in the configuration system has been renamed to `IsMainBranch`
35+
* The branch related property `is-mainline` in the configuration system has been renamed to `is-main-branch`
3636
3737
## v5.0.0
3838

0 commit comments

Comments
 (0)