You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/02 13:59:13 UTC

[camel-k-runtime] 01/02: Added changelog action as submodule

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch changelog
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit b2f17eebf6972855471014b13f67783fe9cee791
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 2 14:54:20 2021 +0100

    Added changelog action 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