Update release process doc (#478)

* update for nightly

* fix link

* tweak wording

* fix wording
This commit is contained in:
David Holdeman 2023-04-03 21:00:15 -05:00 committed by GitHub
parent 5e269e4c9a
commit 432a2f5b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -1,12 +1,11 @@
# rusEFI Firmware Release Process # 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) * Release builds more tested monthly-ish. Those do not change often. You can find them on [the download page](Download).
* snapshot builds available 20 minutes after developers make changes, sometimes more broken. Anything "I've just changed XXX" is a snapshot build. * Nightly builds are available at [https://github.com/rusefi/rusefi/releases](https://github.com/rusefi/rusefi/releases) along with previous releases.
All snapshots at [https://rusefi.com/build_server/](https://rusefi.com/build_server/) * 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/).
We are moving away from the term "nightly" since rusEFI never had "nightly" builds as in once every 24 hours.
## No such thing as Latest ## No such thing as Latest