From 8c61e937f0938397cc7e2ac5cf3239c1852c9d72 Mon Sep 17 00:00:00 2001 From: Dan Hensby Date: Thu, 31 Aug 2023 18:40:41 +0100 Subject: [PATCH] ci: add changelog package --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 868dc9f..2106dd9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -126,7 +126,7 @@ jobs: with: node-version: "lts/*" - name: Install dependencies - run: npm install --global @commitlint/{cli@17,config-conventional@17} semantic-release@21 @semantic-release/{changelog@6,commit-analyzer@10,git@10,github@9,release-notes-generator@11} + run: npm install --global @commitlint/{cli@17,config-conventional@17} semantic-release@21 @semantic-release/{changelog@6,commit-analyzer@10,git@10,github@9,release-notes-generator@11} conventional-changelog-conventionalcommits@6 - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}