mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Added instructions on how to update protobufs
This commit is contained in:
parent
bc5133eb3c
commit
c9e465ccd5
|
@ -14,6 +14,14 @@ If you’d 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)
|
* 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
|
* 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
|
## Android
|
||||||
|
|
||||||
TBD
|
TBD
|
||||||
|
|
Loading…
Reference in a new issue