# Release Notes Template Use this exact structure for each release section in `CHANGELOG.md`. ```md ## [vX.Y.Z] - YYYY-MM-DD ### Hero Screenshot - ![vX.Y.Z hero screenshot](docs/images/.png) ### Why Upgrade - - - ### Highlights - - ### Fixes - - ### Breaking changes - None. ### Migration - None. ``` Rules: - Keep `Why Upgrade` to at least 3 concise bullets. - Always include exactly one hero screenshot in the `Hero Screenshot` section. - If no breaking changes or migration steps exist, keep `None.` entries.