Skip to content

Commit 1397f03

Browse files
HHobeckasbjornu
andauthored
Update BREAKING_CHANGES.md
Co-authored-by: Asbjørn Ulsberg <[email protected]>
1 parent 0800edf commit 1397f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BREAKING_CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The current branch (child) inherits its configuration from the source (parent) branch if the `increment` strategy is set to `Inherit`. This makes branch configuration recursive, simpler, more intuitive, more flexible, and more robust.
66
* Instead of having a single effective configuration, we now have one effective configuration per branch where the increment strategy is not set to `inherit`.
77
* The new implementation of the branch configuration inheritance affects per default only the pull-requests, hotfix and feature branches. In this case the next version will be generated like the child branch is not existing and the commits have been made on the source branch.
8-
* The following example illustrates this behavior. On the feature branch the semantic version 1.1.0-just-a-test.1+2 will be generated instead of version 1.0.0-just-a-test.1+3:
8+
* The following example illustrates this behavior. On the feature branch the semantic version `1.1.0-just-a-test.1+2` will now be generated instead of version `1.0.0-just-a-test.1+3` previously:
99
```
1010
* 1f1cfb4 52 minutes ago (HEAD -> feature/just-a-test)
1111
* 1f9654d 54 minutes ago (release/1.1.0)

0 commit comments

Comments
 (0)