You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2023/01/31 12:49:58 UTC

[flink-connector-kafka] branch main updated: [hotfix][Connector/Kafka] Add release tools as submodule

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

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new fae0538  [hotfix][Connector/Kafka] Add release tools as submodule
fae0538 is described below

commit fae0538d94dbaff04c7c5b114f6b54e763c1f3bf
Author: Martijn Visser <mv...@confluent.io>
AuthorDate: Tue Jan 31 13:49:42 2023 +0100

    [hotfix][Connector/Kafka] Add release tools as submodule
---
 .gitmodules            | 4 ++++
 tools/releasing/shared | 1 +
 2 files changed, 5 insertions(+)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..e5d40f3
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "tools/releasing/shared"]
+	path = tools/releasing/shared
+	url = https://github.com/apache/flink-connector-shared-utils
+	branch = release_utils
diff --git a/tools/releasing/shared b/tools/releasing/shared
new file mode 160000
index 0000000..45bb68f
--- /dev/null
+++ b/tools/releasing/shared
@@ -0,0 +1 @@
+Subproject commit 45bb68f550874ec398b1da344dd4d82e703b4be1