From 34312bbe3abe9075962fd585614135c19dbe7768 Mon Sep 17 00:00:00 2001 From: Steve 'Cutter' Blades Date: Fri, 15 May 2026 16:17:42 -0400 Subject: [PATCH] fix(release): Use flat projectsRelationship, remove per-package GitHub releases --- nx.json | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/nx.json b/nx.json index ad06cf3..1b42964 100644 --- a/nx.json +++ b/nx.json @@ -130,34 +130,27 @@ "preVersionCommand": "pnpm dlx nx run-many -t build", "fallbackCurrentVersionResolver": "disk" }, - "releaseTagPattern": "v{version}", - "groups": { - "packages": { - "projects": [ - "@soundtouchjs/core", - "@soundtouchjs/worklet-base", - "@soundtouchjs/audio-worklet", - "@soundtouchjs/interpolation-strategy-lanczos", - "@soundtouchjs/interpolation-strategy-linear", - "@soundtouchjs/interpolation-strategy-hann", - "@soundtouchjs/interpolation-strategy-blackman", - "@soundtouchjs/interpolation-strategy-kaiser", - "@soundtouchjs/stretch-phase-vocoder", - "@soundtouchjs/phase-vocoder-worklet", - "@soundtouchjs/formant-correction-worklet" - ], - "projectsRelationship": "fixed" - } - }, + "projects": [ + "@soundtouchjs/core", + "@soundtouchjs/worklet-base", + "@soundtouchjs/audio-worklet", + "@soundtouchjs/interpolation-strategy-lanczos", + "@soundtouchjs/interpolation-strategy-linear", + "@soundtouchjs/interpolation-strategy-hann", + "@soundtouchjs/interpolation-strategy-blackman", + "@soundtouchjs/interpolation-strategy-kaiser", + "@soundtouchjs/stretch-phase-vocoder", + "@soundtouchjs/phase-vocoder-worklet", + "@soundtouchjs/formant-correction-worklet" + ], + "projectsRelationship": "fixed", "changelog": { "automaticFromRef": false, "workspaceChangelog": { "createRelease": "github", "file": "CHANGELOG.md" }, - "projectChangelogs": { - "createRelease": "github" - } + "projectChangelogs": {} } }, "analytics": false