This PR improves the release checklist and scripts: * Check that the release's commit hash is not all-numeric starting with 0 (this can break SemVer, which [required us to release v4.21.0-rc2](https://github.com/leanprover/lean4/releases/tag/v4.21.0-rc2)). * Check that projects being bumped to a release tag do not reference `nightly-testing` anymore. * Clarify how to create subsequent release candidates if an `-rc1` already exists. * Fix typos in the release checklist documentation. |
||
|---|---|---|
| .. | ||
| dev | ||
| examples | ||
| images | ||
| latex | ||
| make | ||
| std | ||
| .gitignore | ||
| BoolExpr.lean | ||
| metaprogramming-arith.lean | ||
| perf.md | ||
| README.md | ||
| style.md | ||
| syntax_example.lean | ||
Developer Documentation and Examples
This directory contains documentation that describes how to work on
Lean itself, as well as examples that are included in documentation
that's hosted on the Lean website. The make directory contains
information on building Lean, and the dev directory describes how to
work on Lean.
The documentation section has links to documentation that describes how to use Lean itself.