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
Copy file name to clipboardExpand all lines: source/process/release-process.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Notes:
19
19
20
20
Pre-work for the current release begins at the code complete date of the previous release. See "Code Complete" section below for details.
21
21
22
-
### B. (T-minus 17 working days) Cut-off for submitting major features
22
+
### B. (T-minus 15 working days) Cut-off for submitting major features
23
23
24
24
No pull requests for major features should be **submitted** to the current release after this date (except if release manager decides to add "release-exception" label to Jira ticket).
25
25
@@ -33,7 +33,7 @@ No pull requests for major features should be **submitted** to the current relea
33
33
4. Marketing:
34
34
- Confirm each Enterprise feature is in the correct [pricing SKU](https://about.mattermost.com/pricing/), if not alert the release manager
35
35
36
-
### C. (T-minus 14 working days) Cut-off for merging major features
36
+
### C. (T-minus 12 working days) Cut-off for merging major features
37
37
38
38
No pull requests for major features should be **merged** to the current release after this date (except if release manager decides to add "release-exception" label to Jira ticket).
39
39
@@ -60,7 +60,7 @@ No pull requests for major features should be **merged** to the current release
60
60
4. Dev:
61
61
- Prioritize reviewing, updating, and merging of pull requests for current release until there are no more tickets in the [pull request queue](https://github.com/mattermost/platform/pulls) marked for the current release
62
62
63
-
### D. (T-minus 12 working days) Judgment Day
63
+
### D. (T-minus 10 working days) Judgment Day
64
64
65
65
Day when leads and PM area owners decide which major features are included in the release, and which are postponed.
66
66
@@ -81,7 +81,7 @@ Day when leads and PM area owners decide which major features are included in th
81
81
5. Marketing:
82
82
- Begins to draft blog post, tweet, and email for the release announcement
83
83
84
-
### E. (T-minus 10 working days) Code Complete and Release Candidate Cut
84
+
### E. (T-minus 8 working days) Code Complete and Release Candidate Cut
85
85
86
86
**Stablization** period begins when all features for release have been committed. During this period, only **bugs** can be committed to the release branch. Non-bug pull requests are tagged for next version.
87
87
@@ -245,6 +245,7 @@ Once final dot release build is ready to cut:
245
245
- Merge the Changelog PR with notes on patch releases (see [example entry](https://docs.mattermost.com/administration/changelog.html#release-v3-5.1))
246
246
- Update the version archive in the [upgrade guide](https://github.com/mattermost/docs/blob/master/source/administration/upgrade.md).
247
247
- Sumbit GitLab MR to update the version number and MD5 hash to the dot release version. [See example](https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1127).
248
+
-[Test the upgrade](https://docs.google.com/document/d/1mbeu2XXwCpbz3qz7y_6yDIYBToyY2nW0NFZq9Gdei1E/edit#heading=h.ncq9ltn04isg) once the MR is merged and the package is released to the GitLab package server.
248
249
3. Logistics:
249
250
- Verifies each of the issues in the patch release are fixed
0 commit comments