File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/input/docs/reference Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ branch. For example `develop` → `release/1.0.0` → merge into `main` and tag
607
607
608
608
This property is a branch related property and gives the user the possibility to control the behavior of whether the merge
609
609
commit message will be interpreted as a next version or not. Consider we have a main branch and a `release/1.0.0` branch and
610
- merge changes from `release/1.0.0` to the `main` branch. If `track-merge-message is set to `true` then the next version will
610
+ merge changes from `release/1.0.0` to the `main` branch. If `track-merge-message` is set to `true` then the next version will
611
611
be `1.0.0` otherwise `0.0.1`.
612
612
613
613
# ## tracks-release-branches
You can’t perform that action at this time.
0 commit comments