This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 8a45bee7e45eb42a6a1a47fd7226821c2f717810 Author: hahao <[email protected]> AuthorDate: Wed May 20 11:53:07 2020 -0700 [docs] add a release step to update the previous release notes Change-Id: I5eb0f0443a16c92f5fe7810d46539312c7dc5be7 Reviewed-on: http://gerrit.cloudera.org:8080/15969 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- RELEASING.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASING.adoc b/RELEASING.adoc index e75a2c7..ddd45b1 100644 --- a/RELEASING.adoc +++ b/RELEASING.adoc @@ -329,6 +329,8 @@ in its summary tab Note: You can upload to the test PyPi by adding `--repository-url https://test.pypi.org/legacy/` to the twine command. +. Add the previous release notes to the `prior_release_notes.adoc` and submit the changes. + . Generate the version-specific documentation from that branch following these link:https://github.com/apache/kudu/#updating-the-kudu-web-site-documentation[instructions].
