Describe the bug
After merging a feature branch to the main and merge back the main to development

the version number is build correct to 1.1.0 but the patches not.
GitVersion counts all commits after branching the develoment from the main

Expected Behavior
A Version number like 1.1.0-alpha.1 or like that
Actual Behavior
1.1.0-alpha.6 <- all commit after branching from master