This is an automated email from the ASF dual-hosted git repository. dannycranmer pushed a commit to branch release_utils in repository https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git
The following commit(s) were added to refs/heads/release_utils by this push: new c411561 [FLINK-35124] Include Maven build configuration in the pristine source clone c411561 is described below commit c4115618085ac046033368e8e3a7eee59874608f Author: Danny Cranmer <dannycran...@apache.org> AuthorDate: Thu Apr 18 09:45:25 2024 +0100 [FLINK-35124] Include Maven build configuration in the pristine source clone --- _utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_utils.sh b/_utils.sh index a865ca8..8cbe559 100644 --- a/_utils.sh +++ b/_utils.sh @@ -50,7 +50,7 @@ function create_pristine_source { --exclude ".DS_Store" \ --exclude ".asf.yaml" \ --exclude "target" \ - --exclude "tools" \ + --exclude "tools/releasing/shared" \ "${clone_dir}/" "${clean_dir}" rm -rf "${clone_dir}"