File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ Currently we have the following strategies:
48
48
(e.g., ` Merge 'release/3.0.0' into 'main' ` will return ` 3.0.0 ` )
49
49
* ` Fallback ` - Always returns 0.0.0 and will be used for
50
50
calculating the next version which is dependent on the increment strategy of
51
- the effected branch (e.g. on main the next version is 0.0.1 or on develop it is 0.1.0)
51
+ the effected branch (e.g. on main the next version is 0.0.1 or on develop it is 0.1.0).
52
+ The fallback strategy only applies if no other selected strategy returns a base version.
52
53
* ` TrackReleaseBranches ` - Considers the base version extracted from release branches when
53
54
calculating the next version for branches configured with ` track-release-branches: true `
54
55
(part of default configuration for ` develop ` branch in ` GitFlow ` workflow)
You can’t perform that action at this time.
0 commit comments