From cc0882c8cb389943c387a0bd648f78f995200ec5 Mon Sep 17 00:00:00 2001 From: Marcos Passos Date: Tue, 17 Dec 2019 16:12:16 -0300 Subject: [PATCH] Add the submodule update step to the release docs --- doc/releasing-antlr.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/releasing-antlr.md b/doc/releasing-antlr.md index a44e48e7d..6baa0c748 100644 --- a/doc/releasing-antlr.md +++ b/doc/releasing-antlr.md @@ -22,6 +22,14 @@ $ git push origin 4.7-rc1 $ git push upstream 4.7-rc1 ``` +## Update submodules + +Update the runtime submodules by running the following command: + +```bash + git submodule update --recursive + ``` + ## Bump version Edit the repository looking for 4.5 or whatever and update it. Bump version in the following files: