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 6db0e72 chore(deps): bump BobAnkh/auto-generate-changelog from 1.3.0
to 1.3.1 (#617)
6db0e72 is described below
commit 6db0e7289cd5cc411766a0e4613ada830e440882
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 16:42:30 2026 +0100
chore(deps): bump BobAnkh/auto-generate-changelog from 1.3.0 to 1.3.1 (#617)
Bumps
[BobAnkh/auto-generate-changelog](https://github.com/bobankh/auto-generate-changelog)
from 1.3.0 to 1.3.1.
- [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.3.0...v1.3.1)
---
updated-dependencies:
- dependency-name: BobAnkh/auto-generate-changelog
dependency-version: 1.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 490ccc6..7705a0e 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- - uses: BobAnkh/[email protected]
+ - uses: BobAnkh/[email protected]
with:
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
TYPE: 'feat:Feature,fix:Bug
Fixes,docs:Documentation,refactor:Refactor,perf:Performance
Improvements,chore(deps):Dependency
Updates,chore:Miscellaneous,test:Testing,build:Build System,ci:Continuous
Integration,revert:Reverts,style:Style,wip:Work In Progress,release:Release'