forked from sebsauvage/Shaarli
-
Notifications
You must be signed in to change notification settings - Fork 302
Closed
Labels
Milestone
Description
See http://keepachangelog.com/en/0.3.0/
Proposition:
- adopt a formatting convention for our release notes
- provide a Markdown-formatted CHANGELOG with the full release history
This will help maintainers, users, plugin and template developers to:
- keep track of important changes happening on the Shaarli codebase and documentation
- get this information locally, without need to browse release notes on GitHub
As we're going towards major changes, I think it becomes important to know in a glance which features have been deprecated or removed, and where to find updated configuration/upgrade instructions.
I've already started to refactor pre-v0.5.0 release notes, and wrote a Python script to programmatically generate a Markdown CHANGELOG from GitHub release notes so we have a starting point.
Reactions are currently unavailable