update doc for releasing

This commit is contained in:
parrt 2020-01-19 08:18:55 -08:00
parent fc2e6636d6
commit 7a3f40bc34
1 changed files with 12 additions and 2 deletions

View File

@ -30,11 +30,21 @@ Make sure you tell git to pull in the submodule (for every clone you do of antlr
git submodule init git submodule init
``` ```
Also bump version to 4.8 in `runtime/PHP/src/RuntimeMetaData.php`.
Update the runtime submodules by running the following command: Update the runtime submodules by running the following command:
```bash ```bash
git submodule update --recursive git submodule update --recursive
``` git submodule update --remote --merge # might only need this last one but do both
```
Make sure these changes go back to antlr4 repo:
```bash
git add runtime/PHP
git commit -m "Update PHP Runtime to latest version"
```
## Bump version ## Bump version