|
3 | 3 | ## Table of Contents
|
4 | 4 |
|
5 | 5 | - [Contribution Guidelines](#contribution-guidelines)
|
| 6 | + - [Table of Contents](#table-of-contents) |
6 | 7 | - [Introduction](#introduction)
|
7 | 8 | - [Bug reports](#bug-reports)
|
8 | 9 | - [Discuss your design](#discuss-your-design)
|
9 | 10 | - [Testing redux](#testing-redux)
|
10 | 11 | - [Vendoring](#vendoring)
|
11 | 12 | - [Translation](#translation)
|
| 13 | + - [Building Gitea](#building-gitea) |
12 | 14 | - [Code review](#code-review)
|
13 | 15 | - [Styleguide](#styleguide)
|
14 | 16 | - [Design guideline](#design-guideline)
|
@@ -226,18 +228,18 @@ We assume in good faith that the information you provide is legally binding.
|
226 | 228 |
|
227 | 229 | We adopted a release schedule to streamline the process of working
|
228 | 230 | on, finishing, and issuing releases. The overall goal is to make a
|
229 |
| -minor release every two months, which breaks down into one month of |
| 231 | +minor release every three or four months, which breaks down into two or three months of |
230 | 232 | general development followed by one month of testing and polishing
|
231 | 233 | known as the release freeze. All the feature pull requests should be
|
232 |
| -merged in the first month of one release period. And, during the frozen |
233 |
| -period, a corresponding release branch is open for fixes backported from |
234 |
| -master. Release candidates are made during this period for user testing to |
| 234 | +merged before feature freeze. And, during the frozen period, a corresponding |
| 235 | +release branch is open for fixes backported from main branch. Release candidates |
| 236 | +are made during this period for user testing to |
235 | 237 | obtain a final version that is maintained in this branch. A release is
|
236 | 238 | maintained by issuing patch releases to only correct critical problems
|
237 | 239 | such as crashes or security issues.
|
238 | 240 |
|
239 |
| -Major release cycles are bimonthly. They always begin on the 25th and end on |
240 |
| -the 24th (i.e., the 25th of December to February 24th). |
| 241 | +Major release cycles are seasonal. They always begin on the 25th and end on |
| 242 | +the 24th (i.e., the 25th of December to March 24th). |
241 | 243 |
|
242 | 244 | During a development cycle, we may also publish any necessary minor releases
|
243 | 245 | for the previous version. For example, if the latest, published release is
|
|
0 commit comments