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

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


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

commit 7f49d10381fc5f6fee6caba2823cecd52413a1c1
Author: Leonard Xu <[email protected]>
AuthorDate: Mon Jan 29 19:44:06 2024 +0800

    [hotfix][Connector/MongoDB] 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..665ff23
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "tools/releasing/shared"]
+       path = tools/releasing/shared
+       url = [email protected]:apache/flink-connector-shared-utils.git
+       branch = release_utils
diff --git a/tools/releasing/shared b/tools/releasing/shared
new file mode 160000
index 0000000..164789b
--- /dev/null
+++ b/tools/releasing/shared
@@ -0,0 +1 @@
+Subproject commit 164789be5fdfe85f169107b67806612f6bd9e7cf

Reply via email to