GitVersion.VersionCalculation.BaseVersionCalculators |
Name | Description |
---|---|
NextVersionCalculator | |
TrackReleaseBranchesVersionStrategy | Active only when the branch is marked as IsDevelop. Two different algorithms (results are merged): Using VersionInBranchNameBaseVersionStrategy: Version is that of any child branches marked with IsReleaseBranch (except if they have no commits of their own). BaseVersionSource is the commit where the child branch was created. Always increments. Using TaggedCommitVersionStrategy: Version is extracted from all tags on the |