File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,10 @@ Beta
185
185
----
186
186
187
187
After a first beta release is published, no new features are accepted. Only
188
- bug fixes can now be committed. This is when core developers should concentrate
189
- on the task of fixing regressions and other new issues filed by users who have
190
- downloaded the alpha and beta releases.
188
+ bug fixes and improvements to documentation and tests can now be committed.
189
+ This is when core developers should concentrate on the task of fixing
190
+ regressions and other new issues filed by users who have downloaded the alpha
191
+ and beta releases.
191
192
192
193
Being in beta can be viewed much like being in RC _ but without the extra
193
194
overhead of needing commit reviews.
@@ -207,6 +208,10 @@ severe enough (e.g. crashes) that they deserve fixing before the final release.
207
208
All other issues should be deferred to the next development cycle, since
208
209
stability is the strongest concern at this point.
209
210
211
+ While the goal is to have no code changes between a RC and a final release,
212
+ there may be a need for final documentation or test fixes. Any such proposed
213
+ changes should be discussed first with the release manager.
214
+
210
215
You **cannot ** skip the peer review during an RC, no matter how small! Even if
211
216
it is a simple copy-and-paste change, **everything ** requires peer review from
212
217
a core developer.
You can’t perform that action at this time.
0 commit comments