From 914f2457854b51a5f069f115d6f7e7560b9b1dd9 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 7 Oct 2024 17:11:20 +0100 Subject: [PATCH] chore: refine version strategy for runtime breaking changes (#536) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7d28192..df4f3ab3 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,9 @@ used: - Does [deno_doc](https://github.com/denoland/deno_doc) and [eszip](https://github.com/denoland/eszip) still compile in the [Deno](https://github.com/denoland/deno) repo? - - If yes, it's a patch release. + - If yes, is this a change that would break something at runtime? + - If yes, it's a minor release. + - If no, it's a patch release. - If no, it's a minor release. ### Contributing