Lines Matching refs:patch
74 ## Releasing a patch version
76 Wasmtime does not currently have a cadence for patch version nor a strict set
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
92 * Wasm-level ABI-breaking changes are by default not allowed in patch releases.
94 before the patch release is made. If an ABI-breaking change is necessary then
99 Making a patch release is somewhat more manual than a major version, but like
103 This is a list of steps taken to perform a patch release for 2.0.1 for example.
114 must be done in such a way that the API doesn't break between the patch
116 * Don't forget to write patch notes in `RELEASES.md` for backported changes.
117 2. **The patch release process is [triggered manually][ci-trigger] with
118 the `release-2.0.0` branch and the `release-patch` argument**
120 script will be run with the `bump-patch` argument.
135 ## Releasing a security patch