This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new d75890f67 fix(repo): include gateways so the source release tarball
builds (#4126)
d75890f67 is described below
commit d75890f67f4c8d71d7828646b421c23754dbf000
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Fri Sep 11 09:26:18 2026 +0200
fix(repo): include gateways so the source release tarball builds (#4126)
---
scripts/prepare-release.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/prepare-release.sh b/scripts/prepare-release.sh
index 0d270e285..aee27cfc5 100755
--- a/scripts/prepare-release.sh
+++ b/scripts/prepare-release.sh
@@ -60,6 +60,7 @@ RELEASE_PATHS=(
"core"
"examples"
"foreign"
+ "gateways"
"helm"
"scripts"
"web"