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.git
The following commit(s) were added to refs/heads/develop by this push:
new a5e9a6cdb3 chore(deps): bump BobAnkh/auto-generate-changelog from
1.1.0 to 1.1.1 (#370)
a5e9a6cdb3 is described below
commit a5e9a6cdb3e8c3d5422e1d2c5f077972393af5be
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 10 13:43:58 2022 +0200
chore(deps): bump BobAnkh/auto-generate-changelog from 1.1.0 to 1.1.1 (#370)
Bumps
[BobAnkh/auto-generate-changelog](https://github.com/BobAnkh/auto-generate-changelog)
from 1.1.0 to 1.1.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.1.0...v1.1.1)
---
updated-dependencies:
- dependency-name: BobAnkh/auto-generate-changelog
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 014dce3e20..7af7a71a0a 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
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'