This is an automated email from the ASF dual-hosted git repository. chesnay 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 81065c0 [hotfix] Remove extra 'v' 81065c0 is described below commit 81065c02fda44e20993a207d075299d2ec5166f1 Author: Chesnay Schepler <ches...@apache.org> AuthorDate: Wed Mar 15 14:19:16 2023 +0100 [hotfix] Remove extra 'v' --- release_git_tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_git_tag.sh b/release_git_tag.sh index 6418282..0fa2615 100755 --- a/release_git_tag.sh +++ b/release_git_tag.sh @@ -42,7 +42,7 @@ function create_release_tag { tag=${tag}-rc${RC_NUM} fi - git tag -s -m "v${tag}" ${tag} + git tag -s -m "${tag}" ${tag} git push ${REMOTE} ${tag} }