mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 21:37:17 +00:00
35 lines
682 B
Markdown
35 lines
682 B
Markdown
|
|
# Release Notes Template
|
||
|
|
|
||
|
|
Use this exact structure for each release section in `CHANGELOG.md`.
|
||
|
|
|
||
|
|
```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 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.
|