From 4c9b50e5c76ded0cb33d64d5df15ff13362e27fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:02:37 +0000 Subject: [PATCH 1/2] ci(deps): bump softprops/action-gh-release in the major-actions group Bumps the major-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b6f3504..c78d510 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -114,7 +114,7 @@ jobs: git push origin HEAD:main - name: 🏷️ Create / update GitHub Release with changelog body - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.tag.outputs.tag }} name: ${{ steps.tag.outputs.tag }} From 0d5d5fa97d62b9aed577152ff05576e6bbcec436 Mon Sep 17 00:00:00 2001 From: Mahbub Hasan <137253486+MahbubHS@users.noreply.github.com> Date: Tue, 14 Apr 2026 10:08:04 +0600 Subject: [PATCH 2/2] Format CHANGELOG.md before committing updates Signed-off-by: Mahbub Hasan <137253486+MahbubHS@users.noreply.github.com> --- .github/workflows/changelog.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index c78d510..a7fc82f 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -108,6 +108,7 @@ jobs: run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" + npm run format CHANGELOG.md git add CHANGELOG.md git commit -m "docs: update CHANGELOG for ${{ steps.tag.outputs.tag }} [skip ci]" || \ echo "Nothing to commit — changelog already up to date"