Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Blackman <blckmn@users.noreply.github.com>2022-11-05 03:51:46 +0300
committerGitHub <noreply@github.com>2022-11-05 03:51:46 +0300
commit860ad6151fb1ea0103c33bc8979e41806dd04310 (patch)
tree4b24b60a9692b9c4f97c6f330ea43314d44bfe16
parent6bb248a9e317e5da01ca6edf8d0ef7ff7f812963 (diff)
parent9ec894592d363c09ba2545678f2394b6c83838d9 (diff)
release_notes - correctly state that nightly is a debug release (#3067)
* nightly builds currently and incorrectly state `This is a release build. It does not contain the debug console.` * this PR changes it to `This is a debug build. It contains the debug console.` ![image](https://user-images.githubusercontent.com/56646290/200015511-111cb0c4-ce60-4040-acbd-6fc7a1c3a071.png)
-rw-r--r--.github/workflows/nightly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 0350e669..d9bbc47b 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -10,7 +10,7 @@ env:
This is an automated development build.
It may be unstable and result in corrupted configurations or data loss.
**Use only for testing.**
- release_notes: This is a release build. It does not contain the debug console.
+ release_notes: This is a debug build. It contains the debug console.
name: Nightly