From e4972a7004972af3070397807dddb74f19ba5721 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 1 Jul 2025 11:59:34 -0700 Subject: [PATCH] Document a three-month release cadence (#539) `wasi-sdk` releases have always been a bit ad hoc, but after discussing #536 we all agreed some regularity would be helpful; let's see what we think of a 3-month cadence. --- RELEASING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 1091c80..72989dd 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,5 +1,11 @@ # Release Process +We (maintainers) plan to release a new version of wasi-sdk every three months, +coinciding with our monthly meeting to discuss latest issues and pull requests. +This provides regularity to the release cadence, though we also reserve the +right to publish at any intervening time if there is a pressing need (i.e., open +an issue to discuss). + To publish a new version of `wasi-sdk` as a GitHub release: 1. Tag a commit with an annotated tag. Note that this must be an annotated tag,