generate-changelog
generate-changelog copied to clipboard
Generate a changelog from git commits.
A bug in the regex pattern was causing all commit subjects which contain colon to catch by regex. Fixed by disabling space character in `type`. Before this change, this commit...
Hello guys and thank you for a wonderful package! I am experiencing some issues though if running commit from within a submodule directory. ``` (node:16959) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection...
The convention for breaking changes in conventional commits would be `BREAKING CHANGE: commit message` https://www.conventionalcommits.org/en/v1.0.0-beta.2/ If you wish to use this library in conjunction with others they will not play...
Same as the title, I think it's good for monorepos. #39
Just reviving the PR https://github.com/lob/generate-changelog/pull/32 It's a awesome feature and I would like to have it in my project :) It resolves https://github.com/lob/generate-changelog/issues/13
Today, has not option in `require('generate-changelog').generate;` to generate a version with a build number of this version. Something like: `4.0.0-1` where `-1` is a version number as 1. I mean,...
Its amazing!! It would be awesome if I could filter and exclude them by category Would you accept a PR?
### 1. Request It would be nice, if generate-changelog will support [**cz-emoji**](https://github.com/ngryman/cz-emoji). ### 2. Justification Support smiles in commit messages. cz-emoji — [**commitizen**](https://github.com/commitizen/cz-cli)-compatible npm package. ### 3. Steps to reproduce...
Hi @lob Greetings. I was wondering if this tool could be used for a project that not uses a `package.json`, perhaps a python project. I could use the GitHub action,...