chelnak / gh-changelog

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

Fix no previous tag when using get cmd #148

Closed h0tw1r3 closed 3 months ago

h0tw1r3 commented 3 months ago

Fixes #144

chelnak commented 3 months ago

@h0tw1r3 thank you for the contribution!

I've been holding off on a release while I investigate #145 however it's taking a little longer thank I expected to finish.

Let's get this merged and I can cut a release today.

h0tw1r3 commented 3 months ago

@chelnak Took another look this morning, looks like there's a panic on get --latest when there's only one entry in the changelog. Working on a fix.

chelnak commented 3 months ago

Oh nice, is it there when you pull the latest release? I fixed a panic in the parser.. maybe it's related?

h0tw1r3 commented 3 months ago

Yes, pretty obvious bug. Should have been sleeping instead of coding 🤣