Compare commits

...

1 Commits

Author SHA1 Message Date
Kim Morrison
43f1fe2797 chore: fix to release scripts 2025-09-16 10:17:57 +10:00

View File

@@ -382,7 +382,7 @@ def execute_release_steps(repo, version, config):
# Update lean-toolchain in docs
print(blue("Updating docs/lean-toolchain..."))
docs_toolchain = "docs" / "lean-toolchain"
docs_toolchain = repo_path / "docs" / "lean-toolchain"
with open(docs_toolchain, "w") as f:
f.write(f"leanprover/lean4:{version}\n")
print(green(f"Updated docs/lean-toolchain to leanprover/lean4:{version}"))