From 0bb839c0a0d2274fb54517258b032cbaca731126 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 25 Nov 2024 18:08:49 -0700 Subject: [PATCH] ci: Fixed the commitizen bump to not require a full re-run of test suites when releasing [skip ci] --- .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 dd5873a..871144d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - name: Bump version with Commitizen run: | - cz bump --yes --increment ${{ github.event.inputs.bump_type }} + cz bump --yes --increment ${{ github.event.inputs.bump_type }} --message "chore: bump version [skip ci]" - name: Push changes env: