Documentation
README
/gflow:changelog โ Recent changes
Read CHANGELOG.md and surface what's queued and what recently shipped.
Steps
- Read CHANGELOG.md
- Return:
- All entries under
## [Unreleased](empty = nothing queued yet) - The most recent versioned section (last tagged release) for comparison
- All entries under
- One-line summary: "X features, Y fixes queued since vZ."
When to call
- Before cutting a release (called automatically by
/gflow:releaseas its first step) - When you need a quick picture of recent work without opening the file
- When writing a commit message and unsure if a change is user-visible enough to log