From 831f85a6ba65f56619459c4322666a6d9fa3338c Mon Sep 17 00:00:00 2001 From: DaOfficialWizard Date: Tue, 18 Jun 2024 11:29:07 +0100 Subject: [PATCH] build: Update build_release_vitepress.yml Pin Convetional Commits changelog to v6 --- .github/workflows/build_release_vitepress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release_vitepress.yml b/.github/workflows/build_release_vitepress.yml index b7af91b5..197eeaa3 100644 --- a/.github/workflows/build_release_vitepress.yml +++ b/.github/workflows/build_release_vitepress.yml @@ -55,7 +55,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - - run: npm install -g conventional-changelog-conventionalcommits + - run: npm install -g conventional-changelog-conventionalcommits@6 - run: npm install -g semantic-release@v19.0.5 - run: npm install -g @semantic-release/exec - run: npm install -g @semantic-release/git