Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: release checklist script #6542

Merged
merged 1 commit into from
Jan 6, 2025
Merged

feat: release checklist script #6542

merged 1 commit into from
Jan 6, 2025

Conversation

kim-em
Copy link
Collaborator

@kim-em kim-em commented Jan 5, 2025

This PR introduces a script that automates checking whether major downstream repositories have been updated for a new toolchain release.

Sample output:

% ./release_checklist.py v4.16.0-rc1

Repository: Batteries
  ✅ On compatible toolchain (>= v4.16.0-rc1)
  ✅ Tag v4.16.0-rc1 exists

Repository: lean4checker
  ✅ On compatible toolchain (>= v4.16.0-rc1)
  ✅ Tag v4.16.0-rc1 exists

Repository: doc-gen4
  ✅ On compatible toolchain (>= v4.16.0-rc1)
  ✅ Tag v4.16.0-rc1 exists

Repository: Verso
  ❌ Not on target toolchain (needs ≥ v4.16.0-rc1, but main is on leanprover/lean4:v4.15.0)

Repository: ProofWidgets4
  ✅ On compatible toolchain (>= v4.16.0-rc1)

Repository: Aesop
  ✅ On compatible toolchain (>= v4.16.0-rc1)
  ✅ Tag v4.16.0-rc1 exists

Repository: import-graph
  ✅ On compatible toolchain (>= v4.16.0-rc1)
  ✅ Tag v4.16.0-rc1 exists

Repository: plausible
  ✅ On compatible toolchain (>= v4.16.0-rc1)
  ✅ Tag v4.16.0-rc1 exists

Repository: Mathlib
  ✅ On compatible toolchain (>= v4.16.0-rc1)
  ✅ Tag v4.16.0-rc1 exists

Repository: REPL
  ❌ Not on target toolchain (needs ≥ v4.16.0-rc1, but master is on leanprover/lean4:v4.14.0)

@github-actions github-actions bot temporarily deployed to lean-lang.org/lean4/doc January 5, 2025 23:58 Inactive
@github-actions github-actions bot added the toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN label Jan 6, 2025
leanprover-community-mathlib4-bot added a commit to leanprover-community/batteries that referenced this pull request Jan 6, 2025
leanprover-community-mathlib4-bot added a commit to leanprover-community/mathlib4 that referenced this pull request Jan 6, 2025
@leanprover-community-bot leanprover-community-bot added the builds-mathlib CI has verified that Mathlib builds against this PR label Jan 6, 2025
@leanprover-community-bot
Copy link
Collaborator

Mathlib CI status (docs):

@kim-em kim-em added this pull request to the merge queue Jan 6, 2025
Merged via the queue into master with commit 78ddee9 Jan 6, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builds-mathlib CI has verified that Mathlib builds against this PR changelog-other toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants