From 4a4e72c643b173743cdd182c2171a5ef18f32318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 18:16:07 +0000 Subject: [PATCH] build(deps): bump TriPSs/conventional-changelog-action Bumps [TriPSs/conventional-changelog-action](https://github.com/tripss/conventional-changelog-action) from 3.7.1 to 6.2.0. - [Release notes](https://github.com/tripss/conventional-changelog-action/releases) - [Changelog](https://github.com/TriPSs/conventional-changelog-action/blob/releases/v6/CHANGELOG.md) - [Commits](https://github.com/tripss/conventional-changelog-action/compare/v3.7.1...v6.2.0) --- updated-dependencies: - dependency-name: TriPSs/conventional-changelog-action dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 2e772df..a28a3e0 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -13,7 +13,7 @@ jobs: - name: conventional Changelog Action id: changelog - uses: TriPSs/conventional-changelog-action@v3.7.1 + uses: TriPSs/conventional-changelog-action@v6.2.0 with: github-token: ${{ secrets.PA_TOKEN }} version-file: './releases.json'