From 602734af69f7cb042b0a6159c20676a44d4492cd Mon Sep 17 00:00:00 2001 From: jycouet Date: Sat, 6 Jun 2026 09:20:21 +0200 Subject: [PATCH] chore: minimumReleaseAge & docs --- pnpm-workspace.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index eb65c71f1..ffc8b8491 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,7 @@ -minimumReleaseAge: 2880 +# Let's follow pnpm default settings for minimumReleaseAge as sv users will have this by default too. +minimumReleaseAge: 1440 +# This Exclude list is for "sv-utils" that we trust & bundle. +# But keep in mind that sv users may not have any exclude list! minimumReleaseAgeExclude: - '@sveltejs/*' - svelte