File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,9 @@ Currently we have the following strategies:
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
51
the effected branch (e.g. on main the next version is 0.0.1 or on develop it is 0.1.0)
52
- * ` TrackReleaseBranches ` - TODO: Document this
52
+ * ` TrackReleaseBranches ` - Considers the base version extracted from release branches when
53
+ calculating the next version for branches configured with ` track-release-branches: true `
54
+ (part of default configuration for ` develop ` branch in ` GitFlow ` workflow)
53
55
* ` Mainline ` - Increments the version on every commit for branches configured with ` mode: Mainline `
54
56
55
57
Each strategy needs to return an instance of ` BaseVersion ` which has the
You can’t perform that action at this time.
0 commit comments