-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bugfix] Wrong version number observed in a feature branch after a tagged develop is merged into it #1446
[Bugfix] Wrong version number observed in a feature branch after a tagged develop is merged into it #1446
Conversation
ruhullahshah
commented
Jul 24, 2018
•
edited
Loading
edited
- The testcase (failing as of now) is pretty self-explanatory and outlines the problem.
@JakeGinnivan [The function suggested that you might be the candidate to answer this]
|
@JakeGinnivan ping! would you please have a look at Ruh's questions above? unfortunately this issue still pops up from time to time... |
It seems like we have quite a few loosely (or closely) related bugs here in this, #1600, #1598 and #1595 (which are rebased versions of #1261, #1533 and #1394). It would of course be great if all birds could be killed with one stone, but I'm not sure how cloesly related these bugs are. I would love to dig into what the source of the problems are and figure out one or more fixes, but I just don't have the time. Perhaps adding all of the failing tests into one PR that I can maintain might be a good idea to make it easier to pick up for someone to fix? |
is master or develop, use its IncrementStrategy instead of arbitrarily setting it to Patch. Fixed the failing test, Corrected the version number in one of the old tests
Added a patch that fixes the issue. Analysis:While trying to inherit the branch configuration for a merged branch, Fix:In case the chosen branch for resolution is |
Fantastic, @ruhullahshah. Thanks! |
@asbjornu You are welcome :D |