mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
682 B
682 B
Release Notes Template
Use this exact structure for each release section in CHANGELOG.md.
## [vX.Y.Z] - YYYY-MM-DD
### Hero Screenshot
- 
### Why Upgrade
- <user-facing reason 1>
- <user-facing reason 2>
- <user-facing reason 3>
### Highlights
- <major enhancement>
- <major enhancement>
### Fixes
- <important bug fix>
- <important bug fix>
### Breaking changes
- None.
### Migration
- None.
Rules:
- Keep
Why Upgradeto at least 3 concise bullets. - Always include exactly one hero screenshot in the
Hero Screenshotsection. - If no breaking changes or migration steps exist, keep
None.entries.