hudi-bot opened a new issue, #14532: URL: https://github.com/apache/hudi/issues/14532
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. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-586 - Type: Improvement - Affects version(s): - 0.9.0 --- ## Comments 31/Jan/20 03:11;xleesf;[~vinoth] [~vbalaji] please chime in to standarize the release guide.;;; --- 04/Feb/20 00:45;vinoth;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};;; --- 04/Feb/20 07:03;smarthi;Also the Docs need to be tagged with correct reelease# with each release - see https://issues.apache.org/jira/browse/HUDI-590 Need to capture that in the release process.;;; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
