Update: Provide more clarity about the term ANY time for initial development releases#916
Update: Provide more clarity about the term ANY time for initial development releases#916camilamacedo86 wants to merge 2 commits intosemver:masterfrom camilamacedo86:patch-1
Conversation
…lopment releases ## Description The text `Anything MAY change at any time` can lead the idea that no rules are required and that PATCH releases can also introduces breaking changes or new functionalities when I understand that the whole idea here is clarifies that no compatible changes will be addressed in MINOR releases since the project has no MAJOR bumps at all. So, could we please try to clarifies this one?
|
v0 versions have no patch number. |
|
Hi @ljharb,
So, are you saying that the superset rule is not applied in the initial development. If so, what is the point of work with Also, if so why suggest init the project with 0.1.0 and not 0.0.1 ?
PATCH version when you make backwards compatible bug fixes |
|
Ideally you'd start the project with 1.0.0 and avoid v0 versions entirely :-) |
|
I have a problem with:
Okay, so the API can change but breaking changes in the implementation aren't allowed? And this is contradictory:
Which is it? Stable or not stable? It's a prerelease, therefore all bets are off with regard to the meaning of any of the fields in the triple. This phrase from the 9th clause makes sense to me:
The "and might not satisfy compatibility requirements..." part of that, tells me what I need to know about "unstable". So why not just drop clause 4? I think that is what was suggested by @stevelabnik in #915. In any case, messing around with how prereleases are detected and what they mean is a breaking change. |
Description
The text
Anything MAY change at any timecan lead the idea that no rules are required and that PATCH releases can also introduces breaking changes or new functionalities when I understand that the whole idea here is clarifies that no compatible changes will be addressed in MINOR releases since the project has no MAJOR bumps at all.So, could we please try to clarifies this one?
Closes: #915