i have some branches like :
I was working very fine, but we decided to change version numbering to release/version/22.1.1 but now we don't have anymore the automatic merging with the last one, we have like this :
feature/test => release/version/1.0.0 => release/version/1.0.1 => devel
instead of
feature/test => release/version/1.0.0 => release/version/1.0.1 => release/version/22.1.1 => devel
How can we solve this issue ? looks like bitbucket does not understand that 22.1.1 is greater that 1.0.1
is there any limitation when we change major version ?
i finally solved the issue by using format like : release/version_a.b.c
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.