Added instructions on how to update protobufs

This commit is contained in:
Jm Casler 2021-11-26 18:28:32 -08:00
parent bc5133eb3c
commit c9e465ccd5

View file

@ -14,6 +14,14 @@ If youd like to do real releases with your changes, the procedure is:
* run bin/promote-release.sh - this should cause github to start a release build (see the CI actions)
* edit the draft release text and click publish
### Update Protobufs
* cd proto
* git checkout master && git pull
* cd ..
* git add proto
* git commit -m "updating proto submodule to latest"
## Android
TBD