From commits-return-11019-archive-asf-public=cust-asf.ponee.io@hudi.apache.org Tue Feb 4 00:46:02 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id E210A180647 for ; Tue, 4 Feb 2020 01:46:01 +0100 (CET) Received: (qmail 5434 invoked by uid 500); 4 Feb 2020 00:46:01 -0000 Mailing-List: contact commits-help@hudi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hudi.apache.org Delivered-To: mailing list commits@hudi.apache.org Received: (qmail 5425 invoked by uid 99); 4 Feb 2020 00:46:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Feb 2020 00:46:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9583EE0F8F for ; Tue, 4 Feb 2020 00:46:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 10F84780210 for ; Tue, 4 Feb 2020 00:46:00 +0000 (UTC) Date: Tue, 4 Feb 2020 00:46:00 +0000 (UTC) From: "Vinoth Chandar (Jira)" To: commits@hudi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HUDI-586) Revisit the release guide MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HUDI-586?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D170294= 01#comment-17029401 ]=20 Vinoth Chandar commented on HUDI-586: ------------------------------------- Also piling on an issue [~smarthi]=C2=A0pointed out.. Might be good to have= rollback steps like in [https://mahout.apache.org/developers/how-to-releas= e]=C2=A0 =C2=A0 {code:java} If there=E2=80=99s a problem, you need to unwind the release and start all = over. mvn -Pmahout-release,apache-release versions:set -DnewVersion=3DPREVIOUS_SN= APSHOT mvn -Pmahout-release,apache-release versions:commit git commit=20 git push --delete apache (deletes the remote tag) git tag -d tagname (deletes the local tag) =C2=A0 =C2=A0{code} > Revisit the release guide > ------------------------- > > Key: HUDI-586 > URL: https://issues.apache.org/jira/browse/HUDI-586 > Project: Apache Hudi (incubating) > Issue Type: Improvement > Components: Release & Administrative > Reporter: leesf > Priority: Major > Fix For: 0.6.0 > > > Currently, the release guide is not very standard, mainly meaning the fin= alize the release step, we would refer to FLINK=C2=A0[https://cwiki.apache.= org/confluence/display/FLINK/Creating+a+Flink+Release]=C2=A0, main change m= ight be not adding rc-\{RC_NUM} to the pom.xml. -- This message was sent by Atlassian Jira (v8.3.4#803005)