mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
Merge pull request #120 from mc-hamster/master
Added instructions on how to update protobufs to publish.md
This commit is contained in:
commit
9df6f8ed4b
|
@ -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