[
https://issues.apache.org/jira/browse/HUDI-586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029401#comment-17029401
]
Vinoth Chandar commented on HUDI-586:
-------------------------------------
Also piling on an issue [~smarthi] pointed out.. Might be good to have rollback
steps like in [https://mahout.apache.org/developers/how-to-release]
{code:java}
If there’s a problem, you need to unwind the release and start all over.
mvn -Pmahout-release,apache-release versions:set -DnewVersion=PREVIOUS_SNAPSHOT
mvn -Pmahout-release,apache-release versions:commit
git commit
git push --delete apache <tagname> (deletes the remote tag)
git tag -d tagname (deletes the local tag)
{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
> finalize the release step, we would refer to FLINK
> [https://cwiki.apache.org/confluence/display/FLINK/Creating+a+Flink+Release]
> , main change might be not adding rc-\{RC_NUM} to the pom.xml.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)