ogt-docs-changelog
Installation
SKILL.md
OGT Docs - Changelog
Manage project changelog following Keep a Changelog format.
Overview
The changelog documents all notable changes to the project. It follows Keep a Changelog format and is maintained in CHANGELOG.md at the project root.
flowchart LR
subgraph sources ["Change Sources"]
COMMITS["Git Commits"]
TASKS["Done Tasks"]
PRS["Pull Requests"]
end