This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch changelog-is-back in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 4cb181912e1b3c6bf3f4aa2adb1c629c979e288f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Feb 2 07:36:47 2021 +0100 Changelog action added as submodule --- .github/actions/changelog | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/actions/changelog b/.github/actions/changelog new file mode 160000 index 0000000..907f479 --- /dev/null +++ b/.github/actions/changelog @@ -0,0 +1 @@ +Subproject commit 907f47986341079f902652be52ae2eae470b4818 diff --git a/.gitmodules b/.gitmodules index 61cda74..38b2437 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".github/actions/backport"] path = .github/actions/backport url = https://github.com/tibdex/backport +[submodule ".github/actions/changelog"] + path = .github/actions/changelog + url = https://github.com/CharMixer/auto-changelog-action