mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
41cb6dac1d44a2d9784a68ae5ba91b07db8c331a
This PR fixes `release_steps.py` for `verso`. After running `lake update` in the root, the `test-projects/*/lake-manifest.json` files retain stale subverso pins, causing verso's "SubVerso version consistency" CI check to fail. The fix syncs the root manifest's subverso rev into all test-project sub-manifests. Root cause: verso has nested Lake projects in `test-projects/` each with their own `lake-manifest.json`. Running `lake update` in the root updates the root manifest but doesn't touch the nested ones. 🤖 Prepared with Claude Code --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This is the repository for Lean 4.
About
- Quickstart
- Homepage
- Theorem Proving Tutorial
- Functional Programming in Lean
- Documentation Overview
- Language Reference
- Release notes starting at v4.0.0-m3
- Examples
- External Contribution Guidelines
Installation
See Install Lean.
Contributing
Please read our Contribution Guidelines first.
Building from Source
See Building Lean.
Languages
Lean
94.3%
C++
4.1%
Python
0.6%
Shell
0.4%
CMake
0.3%