From 700a3d55c789eb726d7f40d4b7965b7001696d38 Mon Sep 17 00:00:00 2001 From: mpastecki Date: Wed, 6 Mar 2024 14:22:40 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20skip=20swagger=20file?= =?UTF-8?q?=20generation=20for=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release.config.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/release.config.js b/release.config.js index f3f2f8a2..11532c38 100644 --- a/release.config.js +++ b/release.config.js @@ -17,13 +17,14 @@ module.exports = { '@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/changelog', - [ - '@semantic-release/exec', - { - // eslint-disable-next-line no-template-curly-in-string - prepareCmd: './prepareRelease.sh ${nextRelease.version}', - }, - ], + // The next plugin is commented out. It can be added once the polymesh-private dockerhub repo is public + // [ + // '@semantic-release/exec', + // { + // // eslint-disable-next-line no-template-curly-in-string + // prepareCmd: './prepareRelease.sh ${nextRelease.version}', + // }, + // ], [ '@semantic-release/npm', {