From ad5ca0fe88aeafb7ecc067178d3e6c579a33e570 Mon Sep 17 00:00:00 2001 From: crstnn Date: Mon, 12 May 2025 13:21:00 +1000 Subject: [PATCH] fix(CI)add conventionalcommits config --- .github/workflows/publish-npm-package.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm-package.yml b/.github/workflows/publish-npm-package.yml index 38710e6..df563fc 100644 --- a/.github/workflows/publish-npm-package.yml +++ b/.github/workflows/publish-npm-package.yml @@ -21,7 +21,9 @@ jobs: - name: Install dependencies run: npm ci - name: Install semantic-release and plugins - run: npm install --no-save semantic-release@^24.2.3 + run: npm install --no-save + conventional-changelog-conventionalcommits@^8.0.0 + semantic-release@^24.2.3 @semantic-release/commit-analyzer@^13.0.1 @semantic-release/release-notes-generator@^14.0.3 @semantic-release/npm@^12.0.1