Files
lean4/releases_drafts/README.md
Kim Morrison da55b2e19b chore: updates to release_checklist.md (#7817)
This PR updates `release_checklist.md`, reflecting current practice and
automation.
2025-04-04 03:45:36 +00:00

1.0 KiB

Draft release notes

This folder contains drafts of release notes for the upcoming version. During the process to create a release candidate, we look through all the commits that make up the release to prepare the release notes, and in that process we take these drafts into account.

Guidelines:

  • Write good commit messages The first paragraph should briefly explain the impact of a change from a user's point of view. (Recall: the first paragraph, which should begin with "This PR", is automatically incorporated into the release notes by script/release_notes.py. See doc/dev/release_checklist.md for more details.).
  • This folder is only needed for larger features that span multiple PRs, or for anything that would be helpful when preparing the release notes that might be missed by someone reading through the change log.

When notes from this folder are incorporated into the Lean Language Reference, they should then be deleted from here.