forked from jasder/antlr
Add the submodule update step to the release docs
This commit is contained in:
parent
4da24a261f
commit
cc0882c8cb
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue