Add the submodule update step to the release docs

This commit is contained in:
Marcos Passos 2019-12-17 16:12:16 -03:00 committed by GitHub
parent 4da24a261f
commit cc0882c8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,14 @@ $ git push origin 4.7-rc1
$ git push upstream 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 ## Bump version
Edit the repository looking for 4.5 or whatever and update it. Bump version in the following files: Edit the repository looking for 4.5 or whatever and update it. Bump version in the following files: