gh-changelog icon indicating copy to clipboard operation
gh-changelog copied to clipboard

A gh cli extension that will make your changelogs ✨

Results 23 gh-changelog issues
Sort by recently updated
recently updated
newest added

Basically an alternate template to the changelog format that only works with a single "Entry" and doesn't output the changelog header or footer. A "full" changelog style entry is usually...

An entry like list in CHANGELOG.md ```md - Fix get latest `panic` on single entry changelog [#151](https://github.com/chelnak/gh-changelog/pull/151) ([h0tw1r3](https://github.com/h0tw1r3)) ``` Outputs like this when using the `get` command: ```md - Fix...