File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,18 @@ carry on its way.
73
73
74
74
## Releasing a patch version
75
75
76
+ Wasmtime does not currently have a cadence for patch version nor a strict set
77
+ of criteria. It's done on an as-needed basis. Two requirements, however are:
78
+
79
+ * All changes must land on ` main ` first (if applicable) and then get backported
80
+ to an older branch. Release branches should already exist from the above
81
+ major release steps.
82
+
83
+ * When a patch release is made it must be applied to [ all supported
84
+ versions] ( ./stability-release.md#current-versions ) that need the patch.
85
+ Wasmtime will not release a patch release until all versions have been
86
+ equally patched to ensure that releases remain consistent.
87
+
76
88
Making a patch release is somewhat more manual than a major version, but like
77
89
before there's automation to help guide the process as well and take care of
78
90
more mundane bits.
@@ -82,9 +94,6 @@ Like above human interaction is indicated with **bold** text in these steps.
82
94
83
95
1 . ** Necessary changes are backported to the ` release-2.0.0 ` branch from
84
96
` main ` **
85
- * All changes must land on ` main ` first (if applicable) and then get
86
- backported to an older branch. Release branches should already exist from
87
- the above major release steps.
88
97
* CI may not have been run in some time for release branches so it may be
89
98
necessary to backport CI fixes and updates from ` main ` as well.
90
99
* When merging backports maintainers need to double-check that the
You can’t perform that action at this time.
0 commit comments