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
Currently there are inconsistent and varied milestones for each core component. There should be recommended guidelines for the milestones for each of these GitHub Projects.
The text was updated successfully, but these errors were encountered:
What I shall propose is that, for cases such as one with three major releases:
3.0.0
2.2.1
1.1.2
...that there be the following branches:
1.1-stable
2.2-stable
3.0-stable
Please note that minor releases should ensure that only backwards-compatible changes are introduced:
MINOR version when you add functionality in a backwards compatible manner, and
Hence, 1.0-stable would be released for the initial 1.0.0 version, and then track each successive change until 1.1.0 is released. Once 1.1.0 is released, the branch 1.0-stable should be deleted, and 1.1-stable should be created. Henceforth, 1.1-stable should contain all of the changes for the next patch release.
Currently there are inconsistent and varied milestones for each core component. There should be recommended guidelines for the milestones for each of these GitHub Projects.
The text was updated successfully, but these errors were encountered: