Merge pull request #120 from mc-hamster/master

Added instructions on how to update protobufs to publish.md
This commit is contained in:
Jm Casler 2021-11-26 18:30:40 -08:00 committed by GitHub
commit 9df6f8ed4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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