From 432a2f5b16fb601313472669b52740a4fdd6b9d4 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Mon, 3 Apr 2023 21:00:15 -0500 Subject: [PATCH] Update release process doc (#478) * update for nightly * fix link * tweak wording * fix wording --- Release-Process.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Release-Process.md b/Release-Process.md index 28288553..31589e01 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -1,12 +1,11 @@ # rusEFI Firmware Release Process -We have two kinds of firmware in rusEFI +We have three types of firmware builds in rusEFI: -* release builds more tested monthly-ish. Those do not change often. All releases at [https://github.com/rusefi/rusefi/releases](https://github.com/rusefi/rusefi/releases) -* snapshot builds available 20 minutes after developers make changes, sometimes more broken. Anything "I've just changed XXX" is a snapshot build. -All snapshots at [https://rusefi.com/build_server/](https://rusefi.com/build_server/) - -We are moving away from the term "nightly" since rusEFI never had "nightly" builds as in once every 24 hours. +* Release builds more tested monthly-ish. Those do not change often. You can find them on [the download page](Download). +* Nightly builds are available at [https://github.com/rusefi/rusefi/releases](https://github.com/rusefi/rusefi/releases) along with previous releases. +* Snapshot builds are available roughly 20 minutes after developers make changes, sometimes more broken. Anything "I've just changed XXX" is a snapshot build. + The current snapshots are at [https://rusefi.com/build_server/](https://rusefi.com/build_server/). ## No such thing as Latest