You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I've figured out so far is that the counting starts as Gitversion detects the merge base and detects the count from that point. Since, we're not rebasing, can that be a possible reason for this behaviour?
Also, will taking a new version of GitVersion improve our chances of mitigating this error?
The point where the reset happened is highlighted in blue.
The text was updated successfully, but these errors were encountered:
aryak007
changed the title
Commit count resets to 0 on merging from feature branches to develop
Bug: Commit count resets to 0 on merging from feature branches to develop
Dec 15, 2019
aryak007
changed the title
Bug: Commit count resets to 0 on merging from feature branches to develop
Commit count resets to 0 on merging from feature branches to develop
Dec 15, 2019
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions.
Our gitflow is an obvious one and we're using
ContinuousDeployment
feature/something
is branched off fromdevelop
.feature/something
.develop
and are worked upon.develop
by submitting aPR
from thefeature
branches.develop
keeps on incrementing until onemerge
resets the commit count.We're using the docker image
gittools/gitversion-dotnetcore:linux-4.0.1
(so, our version is 4.0.1) and our issue is very closely related to these:#700
#814
#681
What I've figured out so far is that the counting starts as Gitversion detects the merge base and detects the count from that point. Since, we're not rebasing, can that be a possible reason for this behaviour?
Also, will taking a new version of
GitVersion
improve our chances of mitigating this error?The point where the reset happened is highlighted in blue.
The text was updated successfully, but these errors were encountered: