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
Maintain the release notes in this file with a list of new features and API changes in each major release.
5
+
6
+
Major releases:
7
+
1. Create branch release-X from master.
8
+
2. Remove any unfinished features.
9
+
3. Test and fix any problems found.
10
+
4. Tag X.0.
11
+
12
+
Minor (bugfix) releases:
13
+
1. Backport bugfixes from the master branch or fix bugs specific to old releases into the currently maintained release-X branch(es).
14
+
2. When significant bugs have been fixed, tag X.Y+1.
15
+
3. To help dealing with regressions, no new features or refactorings should be implemented in release-X branches. Those happen in the master branch, and then a new release-X+1 branch is created.
0 commit comments