meshtastic/website/docs/developers/publish.md
2021-11-16 20:05:19 -08:00

33 lines
666 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: publish
title: Publishing Meshtastic
sidebar_label: Publishing Meshtastic
---
This document is a WIP.
If youd like to do real releases with your changes, the procedure is:
## Device
* 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)
* edit the draft release text and click publish
## Android
TBD
## iOS
TBD
## Python
if any dev wants to take this on, send me a note and Ill bless you with pypi
* bump the version in setup.py
* run bin/upload-release.sh
:::note
You need permissions in the github project to make a build:::