Generate Release Note
Use GitHub's Generate release notes to produce a draft from merged PRs between tags. Categories (Added, Fixed, Docs, etc.) are configured in .github/release.yml.
- Go to Creating a Fluss Client Release.
- In Choose a tag, pick the release tag (e.g.
v0.1.0). - Click Generate release notes.
- Copy the generated content for CHANGELOG.md or the GitHub Release description. When publishing the release, add the official download link, checksums/verification, and install instructions (see Creating a Fluss Rust Client Release).
See Creating a Fluss Rust Client Release and GitHub: Automatically generated release notes.