From ee2a13a6f8b370a517df558e865a1e27866d70d8 Mon Sep 17 00:00:00 2001 From: kchiranjewee63 Date: Wed, 7 Aug 2024 12:46:28 -0400 Subject: [PATCH] Configure semantic-release for version calculation only --- .github/workflows/version-build-publish.yml | 2 +- .releaserc.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version-build-publish.yml b/.github/workflows/version-build-publish.yml index 419fdda..938e189 100644 --- a/.github/workflows/version-build-publish.yml +++ b/.github/workflows/version-build-publish.yml @@ -28,7 +28,7 @@ jobs: - name: Install Dependencies run: | - npm install -g semantic-release + npm install -g semantic-release @semantic-release/commit-analyzer npm list -g semantic-release - name: Verify Installation diff --git a/.releaserc.json b/.releaserc.json index b3735db..bdc4624 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -4,5 +4,6 @@ ], "plugins": [ "@semantic-release/commit-analyzer" - ] + ], + "dryRun": true } \ No newline at end of file