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 b9597c7 [hotfix] Update README.md: put back the upper case $PROJECT b9597c7 is described below commit b9597c7460e5e00ae2d7bb66583668389f19691c Author: Etienne Chauchot <echauc...@apache.org> AuthorDate: Thu Jan 11 10:52:44 2024 +0100 [hotfix] Update README.md: put back the upper case $PROJECT --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b753b5f..259bf6b 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.