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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,8 +111,8 @@ Exceptions can be made by the release manager setting priority to "Highest" and
111
111
- (Dev) Last check of tickets that need to be merged before RC1
112
112
5. Build:
113
113
- Review all `TODO` notes
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
114
+
- Master is tagged and branched and “Release Candidate 1″ is cut (e.g. 3.5.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 next scheduled release version (e.g. 3.6.0)
116
116
- CI servers are updated to the release branch
117
117
- Translation server is locked to the release branch
118
118
- Directory structure is reviewed and large changes posted to the Release Discussion channel
0 commit comments