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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,8 +110,9 @@ Exceptions can be made by the release manager setting priority to "Highest" and
110
110
- (Logistics) Walk through each unfinished item of this checklist
111
111
- (Dev) Last check of tickets that need to be merged before RC1
112
112
5. Build:
113
-
- Review all `XXX FIXME` notes
113
+
- Review all `TODO` notes
114
114
- Master is tagged and branched and “Release Candidate 1″ is cut (e.g. 1.1.0-RC1) according to the Release Candidate Checklist in ``mattermost/process``
115
+
- After branching, the database version in sql_upgrade.go on master is set to the following version
115
116
- CI servers are updated to the release branch
116
117
- Translation server is locked to the release branch
117
118
- Directory structure is reviewed and large changes posted to the Release Discussion channel
0 commit comments