Skip to content

Commit 3971272

Browse files
committed
Change documentation
1 parent 32b0398 commit 3971272

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

BREAKING_CHANGES.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,13 @@
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:
9-
10-
```
11-
* 8df9b9f 52 minutes ago (HEAD -> feature/just-a-test)
12-
* 999e22a 54 minutes ago
13-
|\
14-
| * 26d759f 55 minutes ago (develop)
15-
* | b5addb0 57 minutes ago (release/1.1.0)
16-
|/
17-
* 065c6eb 59 minutes ago
18-
* 73835c8 61 minutes ago (tag: 1.0.0, main)
19-
```
20-
21-
* On the feature branch the semantic version 1.1.0 will be generated instead of version 1.2.0.
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:
9+
```
10+
* 1f1cfb4 52 minutes ago (HEAD -> feature/just-a-test)
11+
* 1f9654d 54 minutes ago (release/1.1.0)
12+
* be72411 56 minutes ago (develop)
13+
* 14800ff 58 minutes ago (tag: 1.0.0, main)
14+
```
2215
2316
## v5.0.0
2417

0 commit comments

Comments
 (0)