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.
Description
Upon setting
prevent-increment-of-merged-branch-versiontotrueinGitVersion.ymland merging a release branch into develop followed by the deletion of the release branch, theCommitsSinceVersionSourcedecreases and is not equal to what is expected.Expected Behavior
The
CommitsSinceVersionSourceshould not decrease ondevelopupon merging a release branch and deleting it.Actual Behavior
The
CommitsSinceVersionSourcedecreases ondevelopupon merging a release branch and deleting it.