This is an automated email from the ASF dual-hosted git repository. shangxinli pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/parquet-site.git
commit 4f7998410fb263ab211ba9b8f0995121e68b3e09 Merge: 9ca72dc 2ac4f0b Author: Gabor Szadovszky <[email protected]> AuthorDate: Thu Nov 7 09:30:12 2019 +0100 Merge branch 'asf-site' into PARQUET-1687 output/contribute/index.html | 2 +- output/documentation/how-to-release/index.html | 16 ++++++++-------- output/downloads/index.html | 14 ++++++++++++++ source/contribute.html.md | 2 +- source/documentation/how-to-release.html.md | 19 +++++++++---------- source/downloads.html.md | 12 ++++++++++++ 6 files changed, 45 insertions(+), 20 deletions(-) diff --cc source/documentation/how-to-release.html.md index db29e79,e177541..a15e144 --- a/source/documentation/how-to-release.html.md +++ b/source/documentation/how-to-release.html.md @@@ -163,8 -151,14 +163,14 @@@ svn add apache-parquet-<version svn ci -m "Parquet: Add release <VERSION>" ``` -#### 3. Update parquet.apache.org ++#### 4. Update parquet.apache.org - #### 4. Send an ANNOUNCE e-mail to [email protected] and the dev list + Update the downloads page on parquet.apache.org. + Instructions for updating the site are on the [contribution page][parquet-site-docs]. + + [parquet-site-docs]: http://parquet.apache.org/contribute/ + -#### 4. Send an ANNOUNCE e-mail to [email protected] and the dev list ++#### 5. Send an ANNOUNCE e-mail to [email protected] and the dev list ``` [ANNOUNCE] Apache Parquet release <VERSION> @@@ -185,10 -179,14 +191,3 @@@ Java artifacts are available from Mave Thanks to everyone for contributing! ``` - #### 5. Update parquet.apache.org -### What to do if a vote fails -- - Update the downloads page on parquet.apache.org. - Instructions for updating the site are on the [contribution page][parquet-site-docs]. -If a vote fails, you need to remove the release tag that was created by the `dev/prepare-release.sh` script: -- - [parquet-site-docs]: http://parquet.apache.org/contribute/ -``` -git tag -d apache-parquet-<VERSION> # delete locally -git push apache :apache-parquet-<VERSION> # delete in the Apache repo -``` - -Then, use the release process above to build another RC for the release version. --
