From 646ea433be0c15ee26d06967d7708fd4f1965139 Mon Sep 17 00:00:00 2001 From: Jason Kummerl Date: Tue, 2 Jun 2026 14:13:28 -0400 Subject: [PATCH] chore: add pnpm minimumReleaseAge supply-chain delay Set minimumReleaseAge to 2880 minutes (48h) and add '@humanspeak/*' to the existing minimumReleaseAgeExclude list so first-party releases are not delayed. Co-Authored-By: Claude Opus 4.8 (1M context) --- pnpm-workspace.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 7d18b4f..85a7300 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,6 +1,8 @@ allowBuilds: '@sentry/cli': false +minimumReleaseAge: 2880 minimumReleaseAgeExclude: + - '@humanspeak/*' - '@humanspeak/svelte-markdown@1.5.3' - '@humanspeak/svelte-motion@0.5.4' - '@humanspeak/svelte-satori-fix@0.0.6'