| commit | 555665c3cc1050167cdf862e34329f8ff3205b29 | [log] [tgz] |
|---|---|---|
| author | Jay Chung <zhongjiajie955@gmail.com> | Tue Sep 19 11:22:09 2023 +0800 |
| committer | Jay Chung <zhongjiajie955@gmail.com> | Tue Sep 19 11:22:09 2023 +0800 |
| tree | 8f61722be55af8269ff9f1910b4eec4ae0cc54f9 | |
| parent | eef2ef9282a0bb2f9156e7c0b89a3e77f0ceee33 [diff] |
chore: Push single tag to remote
diff --git a/RELEASE.md b/RELEASE.md index 4801c10..4d3e4f8 100644 --- a/RELEASE.md +++ b/RELEASE.md
@@ -53,7 +53,7 @@ # 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