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-quarkus.git
commit 957944b01d412d010ce9fd65c9acc6b607d118cf Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Feb 3 08:14:55 2021 +0100 Added the changelog action as git 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 new file mode 100644 index 0000000..066b57a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".github/actions/changelog"] + path = .github/actions/changelog + url = https://github.com/CharMixer/auto-changelog-action