Skip to content

Commit e18d6b1

Browse files
fixup! Update description of Mainline strategy in how-it-works
1 parent 05d11f5 commit e18d6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/input/docs/learn/how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Currently we have the following strategies:
5252
* `TrackReleaseBranches` - Considers the base version extracted from release branches when
5353
calculating the next version for branches configured with `track-release-branches: true`
5454
(part of default configuration for `develop` branch in `GitFlow` workflow)
55-
* `Mainline` - Increments the version on every commit for branches configured with `mode: Mainline`
55+
* `Mainline` - Increments the version on every commit for branches configured with `is-main-branch: true`
5656

5757
Each strategy needs to return an instance of `BaseVersion` which has the
5858
following properties:

0 commit comments

Comments
 (0)