This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch chore/changelog_update in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit 20ebe0a0a25a22a22ebc9aef4b95217b428a3a7f Author: Sebastian Rühl <[email protected]> AuthorDate: Thu Aug 14 08:25:28 2025 +0200 chore: update to dev version of plugin --- .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 ebc8bca6be..089f9b8785 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 - - uses: BobAnkh/[email protected] + - uses: BobAnkh/auto-generate-changelog@dev with: ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}} TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'
