Skip to content
Snippets Groups Projects
Unverified Commit cf468645 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps): Bump orhun/git-cliff-action from 3 to 4 (#98)

Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 3 to 4.
- [Release notes](https://github.com/orhun/git-cliff-action/releases)
- [Commits](https://github.com/orhun/git-cliff-action/compare/v3...v4

)

---
updated-dependencies:
- dependency-name: orhun/git-cliff-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 9628c970
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ jobs: ...@@ -30,7 +30,7 @@ jobs:
- name: Update CHANGELOG.md - name: Update CHANGELOG.md
if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') && steps.semver.outputs.next != '' }}" if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') && steps.semver.outputs.next != '' }}"
uses: orhun/git-cliff-action@v3 uses: orhun/git-cliff-action@v4
with: with:
config: .cliff.git.toml config: .cliff.git.toml
args: --tag ${{ steps.semver.outputs.next }} args: --tag ${{ steps.semver.outputs.next }}
......
...@@ -15,7 +15,7 @@ jobs: ...@@ -15,7 +15,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Update release description .CHANGELOG.md - name: Update release description .CHANGELOG.md
uses: orhun/git-cliff-action@v3.2.0 uses: orhun/git-cliff-action@v4
id: changelog-release id: changelog-release
with: with:
config: .cliff.release.toml config: .cliff.release.toml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment