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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7a3261e  [hotfix] Add `.gitmodules` for release utils
7a3261e is described below

commit 7a3261ed15b75093da80220e2812bce0b5abd189
Author: David Radley <[email protected]>
AuthorDate: Thu Feb 19 15:46:52 2026 +0000

    [hotfix] Add `.gitmodules` for release utils
---
 .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..cb89227
--- /dev/null
+++ b/tools/releasing/shared
@@ -0,0 +1 @@
+Subproject commit cb892275b2bdbb414ea7e96453caaa9009a61c10

Reply via email to