-
Notifications
You must be signed in to change notification settings - Fork 49
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
Bump version to 5.0.0 and Fixed .gitignore #47
Conversation
a80432a
to
3811aa7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reason to update to a major version? 🤔
@PierreRambaud Because #35 has removed some compatibility (min 1.7.0 => 1.7.7) |
@Progi1984 I went into all PRs not release yet to add either "Bug" or "Improvement" label so release-drafter should display a pretty changelog 😄 |
DO IT: https://github.com/PrestaShop/ps_facetedsearch/releases ❤️ |
But changing the compatibility does not break the public API.
We change our compatibility range, but we don't break anything in the code 🤔 |
Yes and no. If I am running the module on PS 1.7.5 and I upgrade to the new version, I expect a patch/minor version to still run on PS 1.7.5 . However since we can control the compatibility range, maybe here it's OK 🤔 I dont know |
@Progi1984 Why this condition if min compability is >= 1.7.7.0 then? https://github.com/PrestaShop/blockreassurance/pull/35/files#diff-9710de17450c42ac02b80aee66949713R153 |
There is a compatibility range check in the BO when notice the user for a new update 🤔 |
The definition of Breaking Change is actually not clear. SemVer provides one indirectly, but there is no "standard" definition. Google it, and you'll see multiple people discussing it but there is no accurate definition (although everybody agrees on the concept). From some users point of view, if I am running the module on PS 1.7.5 and I upgrade to the new version, I expect a patch/minor version to still run on PS 1.7.5 . This being said, thanks to the compatibility check, here we are fine I think. |
@PrestaShop/prestashop-core-developers What am I doing for this PR ? |
@Progi1984 We need to clarify what a BC breaks really is. |
@PierreRambaud Discussion is back here : PrestaShop/docs#607 |
It seems we have not modified |
No description provided.