From 94c21451b2d6e6ad62ae764a1ae0aa50d1354811 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Tue, 16 Nov 2021 14:00:16 -0800 Subject: [PATCH] Instructions on how to make prod builds. --- website/docs/developers/publish.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 website/docs/developers/publish.md diff --git a/website/docs/developers/publish.md b/website/docs/developers/publish.md new file mode 100644 index 00000000..d87048fc --- /dev/null +++ b/website/docs/developers/publish.md @@ -0,0 +1,26 @@ +--- +id: build-env +title: Publishing Meshtastic +sidebar_label: Publishing Meshtastic +--- + +This document is a WIP. + +If you’d 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 +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 + +## Python + +:::note +You need permissions in the github project to make a build::: \ No newline at end of file