This is an automated email from the ASF dual-hosted git repository.
pingtimeout pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new f201fb358 Skip release e-mail templates from svn dist copy (#3147)
f201fb358 is described below
commit f201fb35855f8851c063e470d5bb230f76b02e06
Author: Pierre Laporte <[email protected]>
AuthorDate: Mon Nov 24 16:56:55 2025 +0100
Skip release e-mail templates from svn dist copy (#3147)
---
.github/workflows/release-3-build-and-publish-artifacts.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/release-3-build-and-publish-artifacts.yml
b/.github/workflows/release-3-build-and-publish-artifacts.yml
index f6d74ac8c..f86c4df33 100644
--- a/.github/workflows/release-3-build-and-publish-artifacts.yml
+++ b/.github/workflows/release-3-build-and-publish-artifacts.yml
@@ -174,6 +174,7 @@ jobs:
exec_process mkdir -p "${version_dir}"
exec_process cp build/distributions/* "${version_dir}/"
exec_process cp runtime/distribution/build/distributions/*
"${version_dir}/"
+ exec_process rm -f "${version_dir}/*vote-email{-subject,-body}.txt"
exec_process cd "${dist_dev_dir}"
exec_process svn add "${version_without_rc}"