This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new 84a424e PARQUET-1221: Extend release README
84a424e is described below
commit 84a424eda254cc7ae409e6861cd44ee75ba7d884
Author: Korn, Uwe <[email protected]>
AuthorDate: Tue Feb 20 12:33:10 2018 -0500
PARQUET-1221: Extend release README
Author: Korn, Uwe <[email protected]>
Closes #441 from xhochy/PARQUET-1221 and squashes the following commits:
daa4778 [Korn, Uwe] PARQUET-1221: Extend release README [skip ci]
---
dev/release/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/release/README.md b/dev/release/README.md
index d9860cd..142ab64 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -17,7 +17,7 @@ How to release
==============
1. Do a fresh `git clone` of the repository using the ASF git as origin.
-2. Set the git author to your gpg signing key.
+2. Set the git author to your gpg signing key using `git config --local
user.email "<mail>"`.
3. Create an RC using `./dev/release/release-candidate -r <rcNum> -v
<version>` starting with `rcNum=0`.
You could first do a dry-run by adding `-p` at the end.
4. Check that the uploaded RC is valid using
`./dev/release/verify-release-candidate <version> <rcNum>`.
--
To stop receiving notification emails like this one, please contact
[email protected].