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:
4848 (e.g., ` Merge 'release/3.0.0' into 'main' ` will return ` 3.0.0 ` )
4949* ` Fallback ` - Always returns 0.0.0 and will be used for
5050 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.
5253* ` TrackReleaseBranches ` - Considers the base version extracted from release branches when
5354calculating the next version for branches configured with ` track-release-branches: true `
5455(part of default configuration for ` develop ` branch in ` GitFlow ` workflow)
You can’t perform that action at this time.
0 commit comments