Description
Upon setting prevent-increment-of-merged-branch-version to true in GitVersion.yml and merging a release branch into develop followed by the deletion of the release branch, the CommitsSinceVersionSource decreases and is not equal to what is expected.
Expected Behavior
The CommitsSinceVersionSource should not decrease on develop upon merging a release branch and deleting it.
Actual Behavior
The CommitsSinceVersionSource decreases on develop upon merging a release branch and deleting it.