Unverified Commit ececc44c authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump orhun/git-cliff-action from 3 to 4 (#25)

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 fb2453ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ jobs:

      - name: Update CHANGELOG.md
        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:
          config: .cliff.git.toml
          args: --tag ${{ steps.semver.outputs.next }}
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ jobs:
          fetch-depth: 0

      - name: Update release description .CHANGELOG.md
        uses: orhun/git-cliff-action@v3.2.0
        uses: orhun/git-cliff-action@v4
        id: changelog-release
        with:
          config: .cliff.release.toml