chelnak / gh-changelog

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

Convert changelog datastructure #112

Closed chelnak closed 1 year ago

chelnak commented 1 year ago

This PR converts the changelog datastructure to a linked list.

There have been some minor perf improvements as a result and also it makes the code much nicer to follow.