Skip to content

Commit

Permalink
Bump christian-draeger/increment-semantic-version from 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
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](christian-draeger/increment-semantic-version@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 98da226 commit cebf0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}"
Expand Down

0 comments on commit cebf0e2

Please sign in to comment.