-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Description
I like the Keep a Changelog idea.
It would be a good to have a history format and make a Keep a History.
History file could be simpler than Keep a Changelog and could keep version and feature informations this way:
Valid STYLE 1:
A Developed Software - Changelog History
===========================================================
Version: v1.36 (2026-02-03)
- BUG FIX: a bug fix
- NEW FUNCTION: added a new function
- FIXED: fixed a bug
- IMPROVED: improved a feature
Version: v1.35 (2026-01-02)
- NEW FUNCTION: added a new function
- FIXED: fixed a bug
- IMPLEMENTED: a feature
Type Keywords:
- IMPLEMENTED
- IMPROVED
- NEW FUNCTION
- FIXED
- BUG FIX
- etc...
Using Keywords would be valid, but optional (see Valid STYLE 2).
"Version: " string usage would be valid, but optional (see Valid STYLE 2).
Valid STYLE 2:
A Developed Software - Changelog History
===========================================================
v1.36 (2026-02-03)
- a bug fix
- added a new function
- fixed a bug
- improved a feature
v1.35 (2026-01-02)
- added a new function
- fixed a bug
- a feature
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels