chelnak / gh-changelog

A gh cli extension that will make your changelogs ✨
MIT License
109 stars 4 forks source link

`get` strips backticks from changelog entry #155

Open h0tw1r3 opened 3 months ago

h0tw1r3 commented 3 months ago

An entry like list in CHANGELOG.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:

- Fix get latest  on single entry changelog [#151](https://github.com/chelnak/gh-changelog/pull/151) ([h0tw1r3](https://github.com/h0tw1r3))