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

This PR contains a number of small code changes that should have been incrementally added.

enhancement

This may or may not include: * Public Methods * Public Properties * Public Structs * All Packages

enhancement

It would be cool to have a public api that others could consume without having to use GitHubs CLI.

enhancement

As mentioned in #19 , the extension only supports pull request entries. For some users it might be useful to also include commits between tags.

enhancement

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??

enhancement

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...

enhancement

Currently only one function handles rate limiting gracefully. It would be nice to have a solution that works for all methods in the client.

enhancement

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...

enhancement

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...

enhancement