add doc for releasing

This commit is contained in:
parrt 2020-01-16 15:46:58 -08:00
parent 42512526f9
commit 68fd66dd49
1 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,13 @@ $ git push upstream 4.8-rc1
## Update submodules
Make sure you tell git to pull in the submodule (for every clone you do of antlr4):
```bash
git submodule init
git submodule update
```
Update the runtime submodules by running the following command:
```bash