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 3424268 [hotfix] Update README.md: expected $project env variable is lower case 3424268 is described below commit 3424268fe70c96eee85a33d4458fc5e22b0e874e Author: Etienne Chauchot <echauc...@apache.org> AuthorDate: Wed Jan 10 17:45:34 2024 +0100 [hotfix] Update README.md: expected $project env variable is lower case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 259bf6b..b753b5f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Updates the version in the poms of the current branch to `${NEW_VERSION}`. 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). -The project name is automatically determined from the repository name, but can be overridden via `${PROJECT}`. +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.