From cebf0e2ed0afaa604efe1efc23c2281c24f0659f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:53:47 +0000 Subject: [PATCH] Bump christian-draeger/increment-semantic-version from 1.1.0 to 1.2.0 Bumps [christian-draeger/increment-semantic-version](https://github.com/christian-draeger/increment-semantic-version) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/christian-draeger/increment-semantic-version/releases) - [Commits](https://github.com/christian-draeger/increment-semantic-version/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: christian-draeger/increment-semantic-version dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/types.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/types.yaml b/.github/workflows/types.yaml index 074b2a142..787d26b2e 100644 --- a/.github/workflows/types.yaml +++ b/.github/workflows/types.yaml @@ -89,7 +89,7 @@ jobs: env: MESSAGE: ${{ github.event.head_commit.message }} id: bump_version - uses: christian-draeger/increment-semantic-version@1.1.0 + uses: christian-draeger/increment-semantic-version@1.2.0 with: current-version: '${{ env.LATEST_TAG }}' version-fragment: "${{ env.BRANCH_NAME == 'main' && (contains(env.MESSAGE, 'major') && 'major' || contains(env.MESSAGE, 'feat') && 'feature' || 'bug') || 'beta' }}"