This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/develop by this push: new 0f09e70 chore(deps): bump BobAnkh/auto-generate-changelog from 1.2.5 to 1.3.0 (#452) 0f09e70 is described below commit 0f09e7083827c01cae9f6aa82be6304e18b4438a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Aug 27 08:07:11 2025 +0200 chore(deps): bump BobAnkh/auto-generate-changelog from 1.2.5 to 1.3.0 (#452) Bumps [BobAnkh/auto-generate-changelog](https://github.com/bobankh/auto-generate-changelog) from 1.2.5 to 1.3.0. - [Release notes](https://github.com/bobankh/auto-generate-changelog/releases) - [Changelog](https://github.com/BobAnkh/auto-generate-changelog/blob/master/CHANGELOG.md) - [Commits](https://github.com/bobankh/auto-generate-changelog/compare/v1.2.5...v1.3.0) --- updated-dependencies: - dependency-name: BobAnkh/auto-generate-changelog dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 110dd8d..1d6c487 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 - - uses: BobAnkh/auto-generate-changelog@v1.2.5 + - uses: BobAnkh/auto-generate-changelog@v1.3.0 with: ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}} TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'