This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch commercial in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git
commit 555665c3cc1050167cdf862e34329f8ff3205b29 Author: Jay Chung <[email protected]> AuthorDate: Tue Sep 19 11:22:09 2023 +0800 chore: Push single tag to remote --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 4801c10..4d3e4f8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -53,7 +53,7 @@ git commit -am "Release v${VERSION}" # Add Tag git tag -a "${VERSION}" -m "Release v${VERSION}" -git push "${REMOTE}" --tags +git push "${REMOTE}" "${VERSION}" # Build and sign according to the Apache requirements python setup.py clean && python setup.py asdist
