From 62dcf75499a3ca13b4f44b065f3d5b2edec8c3c4 Mon Sep 17 00:00:00 2001 From: Jeff Wang Date: Fri, 7 Sep 2018 14:06:28 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7634418ad..15a4de2ca 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ To preview documents constructured by FluidDoc. Please follow the regular previe # Publish New release 1. Checkout a new release branch. The branch name should follow `release/` 1. Update the documentations on the submodules or within FluidDoc +1. Make sure all the submodules are ready for release. Paddle, book, model, mobile and Anakin should all have stable commits. Note: Paddle repo should update the API RST files accordinly if Paddle changes the included module/classes. 1. Update the submodules under `external` folder and commit the changes. 1. Git push the branch to Github, Travis CI will start several builds to publish the documents -- GitLab