Maintainers guide
This page collects maintainer-only release and repository maintenance notes.
New release checklist
Review the entries under
## [Unreleased]inCHANGELOG.md.Move the release notes into a new version section:
## [Unreleased] ## [x.y.z] - YYYY-MM-DDAdd a
Migration guidesubsection if users need to update code, input files, settings, output-processing scripts, or workflows.Update the comparison links at the bottom of
CHANGELOG.md.Update the version in
Project.toml.Open and merge the release PR before creating the release tag or registering the new version.
Optional: run the changelog generator locally to include generated README and documentation updates in the release PR:
julia --project=. docs/scripts/update_changelog.jlThis step is optional because GitHub Actions runs the generator automatically. The documentation workflow also runs it before deploying docs.