rusefi_documentation/Release-Process.md

14 lines
780 B
Markdown
Raw Normal View History

# rusEFI Firmware Release Process
2021-09-25 11:11:08 -07:00
We have two kinds of firmware 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)
2021-11-17 06:02:47 -08:00
* 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/)
2021-09-25 11:11:08 -07:00
2021-11-17 06:02:47 -08:00
We are moving away from the term "nightly" since rusEFI never had "nightly" builds as in once every 24 hours.
2021-09-25 11:11:08 -07:00
## No such thing as Latest
2021-09-25 11:11:08 -07:00
We avoid the term "latest" since it could mean both "latest RELEASE" and "LATEST snapshot". Please do not use the term "latest" in context of rusEFI binaries.