chore: include comparator and lean4export in release process (#11899)

This PR includes https://github.com/leanprover/lean4export/ and
https://github.com/leanprover/comparator/ in the monthly release
workflow.
This commit is contained in:
Kim Morrison 2026-01-05 11:08:50 +10:00 committed by GitHub
parent f1c903ca65
commit 6bf2486e13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,3 +142,15 @@ repositories:
branch: master
dependencies:
- verso-web-components
- name: comparator
url: https://github.com/leanprover/comparator
toolchain-tag: true
stable-branch: false
branch: master
- name: lean4export
url: https://github.com/leanprover/lean4export
toolchain-tag: true
stable-branch: false
branch: master