gh-changelog
gh-changelog copied to clipboard
A gh cli extension that will make your changelogs ✨
This PR contains a number of small code changes that should have been incrementally added.
This may or may not include: * Public Methods * Public Properties * Public Structs * All Packages
It would be cool to have a public api that others could consume without having to use GitHubs CLI.
As mentioned in #19 , the extension only supports pull request entries. For some users it might be useful to also include commits between tags.
As mentioned in #19 , it would be nice to have some sort of logging option for when users are trying to debug issues. Possibly could use zerolog for this??
You should be able to create a changelog between a range of tags. Sometimes it might not be feasible to generate off the whole history. This could come in the...
Currently only one function handles rate limiting gracefully. It would be nice to have a solution that works for all methods in the client.
Hi, would it somehow be possible to edit a generated Changelog in a way that `gh-changelog` keeps those edits? That way I could e.g. switch to a pull request workflow...
Some other changelog generators have the ability to predict what the next version number might be. I'm not a massive fan of this as it opens up some margin for...