mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-13 23:10:29 -08:00
Update instructions to publish
This commit is contained in:
parent
03dafffcce
commit
3a4f4bda2b
|
@ -10,17 +10,24 @@ If you’d like to do ‘real’ releases with your changes, the procedure is:
|
||||||
|
|
||||||
## Device
|
## Device
|
||||||
|
|
||||||
edit version.properties and check it into the root project
|
* edit version.properties and check it into the root project
|
||||||
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
|
||||||
for python: (if any dev wants to take this on, send me a note and I’ll bless you with pypi)
|
|
||||||
|
|
||||||
bump the version in setup.py
|
|
||||||
run bin/upload-release.sh
|
|
||||||
|
|
||||||
## Android
|
## Android
|
||||||
|
|
||||||
|
TBD
|
||||||
|
|
||||||
|
## iOS
|
||||||
|
|
||||||
|
TBD
|
||||||
|
|
||||||
## Python
|
## Python
|
||||||
|
|
||||||
|
if any dev wants to take this on, send me a note and I’ll bless you with pypi
|
||||||
|
|
||||||
|
* bump the version in setup.py
|
||||||
|
* run bin/upload-release.sh
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
You need permissions in the github project to make a build:::
|
You need permissions in the github project to make a build:::
|
|
@ -156,6 +156,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
"developers/api",
|
"developers/api",
|
||||||
"developers/build-env",
|
"developers/build-env",
|
||||||
|
"developers/publish",
|
||||||
"developers/codespaces",
|
"developers/codespaces",
|
||||||
{
|
{
|
||||||
Device: [
|
Device: [
|
||||||
|
|
Loading…
Reference in a new issue