generate-changelog
generate-changelog copied to clipboard
Generate a changelog from git commits.
the filtering based on exclude array was taking place before unknown types were translated into `other` closes #71
Hi there, I was checking out the options and wanted to try out exclude which works totally fine on specified types. But it does not work when it comes to...
I have three components in the same repository. It would be awesome if I could filter them by path (``git log -- ``), so I can generate three different CHANGELOG...
When calling `generate` with a provided url there is still a dependency on the presence of a package json. This PR removes that dependency
It is recommended to use `git push --follow-tags` in order to push new tags & commits at the same time: https://stackoverflow.com/a/26438076/451634
GitHub has the functionality to revert a Pull Request. In this case an automatic PR title will be generted. This title has the format of: `Revert "the original commit message"`....
Hello, I've tried to use generate-changelog for my non nodejs project but it fails with `Error: valid package.json not found`. I've looked through the issues of this repository and found...