From 66fbb9615972b4d0e26f9a2ee83ac46bf789ff72 Mon Sep 17 00:00:00 2001 From: Rishi <52498617+kaushik-rishi@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:48:39 +0530 Subject: [PATCH] Update .github/workflows/release.yml Co-authored-by: Lukasz Gornicki --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73862d60..a192d2b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 18 - name: Add plugin for conventional commits - run: npm install --save-dev conventional-changelog-conventionalcommits@5.0.0 + run: npm install --save-dev conventional-changelog-conventionalcommits@6.1.0 - name: Release to GitHub env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}