From 06b8516d6d4b60e9568b49f0589210b4fb3e01c0 Mon Sep 17 00:00:00 2001 From: Annika Nowak Date: Thu, 21 Mar 2024 13:22:52 +0100 Subject: [PATCH] fix: adapt the release config to see the whole --- release.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.config.js b/release.config.js index d172561c..cfada17f 100644 --- a/release.config.js +++ b/release.config.js @@ -26,7 +26,7 @@ module.exports = { [ '@semantic-release/exec', { - prepareCmd: `VERSION=\${nextRelease.version} npx nx run-many -t release --verbose && VERSION=\${nextRelease.version} npx -p replace-json-property rjp ./package.json version \${nextRelease.version}`, + prepareCmd: `(VERSION=\${nextRelease.version} npx nx run-many -t release --verbose && VERSION=\${nextRelease.version} npx -p replace-json-property rjp ./package.json version \${nextRelease.version}) >> output.txt || cat output.txt`, }, ], [