From 9c872d304c63841c6c5ace4c4f4754791e41dab9 Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Mon, 11 Mar 2024 12:10:33 -0400 Subject: [PATCH] Update release config to allow minor semver increments on maintenance branch Signed-off-by: Timothy Johnson --- .github/release.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release.config.js b/.github/release.config.js index 982be45358..31f30e9117 100644 --- a/.github/release.config.js +++ b/.github/release.config.js @@ -8,7 +8,7 @@ module.exports = { { name: "maintenance", channel: "latest", - level: "patch", + level: "minor", // Use maintenance branch for releases until v3 }, { name: "v1-lts",