This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 2059b5c Fix incorrect rendered the release version in the commit
message (#762)
2059b5c is described below
commit 2059b5c4f145c6aeea4ea12b7554e43d33ed1edc
Author: hulk <[email protected]>
AuthorDate: Sat Jul 30 08:23:50 2022 +0800
Fix incorrect rendered the release version in the commit message (#762)
---
x.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x.py b/x.py
index a5d9c9e..c0f8a3b 100755
--- a/x.py
+++ b/x.py
@@ -151,7 +151,7 @@ def package_source(release_version: str) -> None:
# 1. Git commit and tag
git = find_command('git', msg='git is required for source packaging')
run(git, 'commit', '-a', '-m', f'[source-release] prepare release
apache-kvrocks-{version}')
- run(git, 'tag', '-a', f'v{version}', '-m', '[source-release] copy for tag
v{version}')
+ run(git, 'tag', '-a', f'v{version}', '-m', f'[source-release] copy for tag
v{version}')
tarball = f'apache-kvrocks-{version}-incubating-src.tar.gz'
# 2. Create the source tarball