Skip to content

Commit fa69565

Browse files
committed
Edit breaking changes document
1 parent c89c94c commit fa69565

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BREAKING_CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
* Following root configuration properties have been removed:
2424
* continuous-delivery-fallback-tag
2525
* A new branch related property with name `track-merge-message` has been introduced. Consider we have a `main` branch and a `release/1.0.0` branch and merge changes from `release/1.0.0` to the main branch. In this scenario the merge message will be interpreted as a next version `1.0.0` when `track-merge-message` is set to `true` otherwise `0.0.1`.
26+
* The pre-release tags are only considered when they are matching with the label name of the branch. This has an effect on the way how the `CommitCountSource` will be determined.
27+
* The process of increasing the version with bump message when `CommitMessageIncrementing` is enabled and increment strategy is `None` has been changed.
2628
2729
## v5.0.0
2830

0 commit comments

Comments
 (0)