Changelog
boincrs release notes live in
CHANGELOG.md
on GitHub. Prebuilt Linux, macOS, and Windows binaries are attached to each
entry on the Releases page.
Both are generated automatically by
release-plz from
Conventional Commit messages on
main — there is nothing to hand-edit on this page.
How releases happen
- Land commits on
mainwith conventional subjects (feat:,fix:,feat!:, etc.). See the commit-message rules in the contributing guide. release-plzopens or updates achore: releasepull request with the next version, a refreshedCargo.lock, and the newCHANGELOG.mdentry.- Merging that PR tags the release and creates the GitHub Release (with
notes sourced from
CHANGELOG.md). - The tag push triggers the
releaseworkflow, which builds the OS binaries, attaches them plus achecksums.txtto the same release, updates the Homebrew formula, and builds the Chocolatey package. See Installation for the resultingbrew/chocoinstall paths.
See the Release checklist for the pre-merge
compatibility sign-off that runs against the chore: release PR.