This is an automated email from the ASF dual-hosted git repository. jky pushed a commit to branch 0.0.6 in repository https://gitbox.apache.org/repos/asf/flagon-distill.git
commit 471e28ef5b33cbef79ba058d0cff1d211fab9486 Author: Evan Jones <[email protected]> AuthorDate: Mon Sep 25 13:04:04 2023 -0400 ci(bump-version): Removes bump commit message restrain to trigger commitizen --- .github/workflows/bump_version.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index b6e271a..f8d9445 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -27,7 +27,6 @@ on: jobs: bump-version: - if: "!startsWith(github.event.head_commit.message, 'bump:')" runs-on: ubuntu-latest name: "Bump version and create changelog with commitizen" steps:
