oliver-butterley / lean-update

The action attempts to update Lean and Mathlib. If an update is available then the updated version is tested. This allows for automatic committing of the updated project, opening PRs or opening issues.
MIT License
6 stars 2 forks source link

Fix how to get latest release of Lean #34

Closed Seasawher closed 1 month ago

Seasawher commented 1 month ago

Use PowerShell script to get latest (pre)release.

This implementation is now very simple.

Seasawher commented 1 month ago

it seems to work nicely

PS C:\Users\11325\lean-update> . 'C:\Users\11325\lean-update\scripts\getLatest.ps1'
4.9.1 4.10.0-rc2 4.10.0-rc1 4.9.0 4.9.0-rc3 4.9.0-rc2 4.9.0-rc1 4.8.0 4.8.0-rc2 4.8.0-rc1 4.7.0 4.7.0-rc2 4.7.0-rc1 4.6.1 4.6.0 4.6.0-rc1 4.5.0 4.5.0-rc1 4.4.0 4.4.0-rc1 4.3.0 4.3.0-rc2 4.3.0-rc1 4.2.0 4.2.0-rc4
Latest Lean release is: 4.10.0-rc2
Seasawher commented 1 month ago

tested at mk-exercise: https://github.com/Seasawher/mk-exercise/actions/runs/10670347125