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: docs/development/releases.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ The process is ever changing in order to simplify it so these steps outlined mig
27
27
28
28
The current process of making release (includinging release candidate) is:
29
29
30
-
1. Make release branch (`MAJOR.MINOR.X`) (if not exists)
30
+
1. Make release branch (`MAJOR.MINOR.X`) (only if commits need to be cherry-picked)
31
31
32
-
2.Merge desired commits from `main`
32
+
2.Take desired commits from `main`
33
33
- Make sure to consider whether changing are breaking in regards to older/newer server/client and in regards to Squirrel API.
34
34
- Older/newer client/server breakage might need to be version gated and should **NOT** be done in patch releases.
35
35
- Squirrel API changes likely breaks mods and should **NOT** be done in patch releases. Additionaly make sure to ping modders on release or preferably even in advance.
0 commit comments