We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d11f5 commit e18d6b1Copy full SHA for e18d6b1
docs/input/docs/learn/how-it-works.md
@@ -52,7 +52,7 @@ Currently we have the following strategies:
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)
55
-* `Mainline` - Increments the version on every commit for branches configured with `mode: Mainline`
+* `Mainline` - Increments the version on every commit for branches configured with `is-main-branch: true`
56
57
Each strategy needs to return an instance of `BaseVersion` which has the
58
following properties:
0 commit comments