This is an automated email from the ASF dual-hosted git repository.
echauchot 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 ba9a8f6 [hotfix] Update README.md with tools directory exclusion
ba9a8f6 is described below
commit ba9a8f6e0ae75985f6e382a28384da08b31b1993
Author: Etienne Chauchot <[email protected]>
AuthorDate: Mon Feb 19 09:36:45 2024 +0100
[hotfix] Update README.md with tools directory exclusion
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 259bf6b..97de8df 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,9 @@ Updates the version in the poms of the current branch to
`${NEW_VERSION}`.
## stage_source_release.sh
Creates a source release from the current branch and pushes it via `svn`
-to [dist.apache.org](https://dist.apache.org/repos/dist/dev/flink).
+to [dist.apache.org](https://dist.apache.org/repos/dist/dev/flink).
+This will exclude the tools directory where the release utils are mounted.
Please ensure that this directory
+does not contain anything that is needed in the source release.
The project name is automatically determined from the repository name, but can
be overridden via `${PROJECT}`.
The version is automatically determined from the version in the pom.
The created `svn` directory will contain a `-rc${RC_NUM}` suffix.