-
Notifications
You must be signed in to change notification settings - Fork 7
Update cycle
James Gallicchio edited this page Feb 27, 2024
·
1 revision
Release cycles in Lean are a mess right now, especially for packages downstream of Mathlib. Expect this document to change as we figure out what users need.
Branches:
-
mainis staying on the most recent stable release of the compiler. This is for users who don't want to be on compiler release candidates. -
mathlib-nightlytracks Mathlibmasterbranch each night, which right now tracks compiler release candidates. This is expected to break fairly often; I will try to keep it compiling.
Releases:
- For each stable release, we tag the earliest
maincommit with that release in itslean-toolchainfile (which is, usually, just the commit that bumps thelean-toolchainfile). These tags never move.