RetroAchievements / docs-archive

RADocs
https://docs-archive.retroachievements.org
52 stars 10 forks source link

doc pages changelog #17

Closed meleu closed 5 years ago

meleu commented 5 years ago

A feature to be implemented in generate-docs.sh script:

When generating the RAdocs add at the end of each page a Changelog section, with the last 10 commit messages.

Here's the command needed:

git log -n 10 --pretty=format:"- [%ci] **%an**: %s%n" Document-Name.md

The example below was generated from the commit history of the Developer's Code of Conduct:

Changelog