generate-changelog icon indicating copy to clipboard operation
generate-changelog copied to clipboard

Generate a changelog from git commits.

Results 31 generate-changelog issues
Sort by recently updated
recently updated
newest added

Why not combine committees with the same text? For example instead of: ``` - chrore: add some tests (aaa) - chrore: add some tests (bbb) - chrore: add some tests...

Instead of commit messages like this: ``` feat: xxx closes #29 ``` We used to write the full link to the issue like this: ``` feat: xxx closes https://github.com/kalisio/k-vigicrues/issues/29 ```...

test(package): ensure a version can be provided feat(cli, package): provide option to provide external version value (#35) docs(README): include documentation for version option

Sometimes we need to cusomize the template, e.g. use another translation for the headings, or re-arrange the orders of them. An example provided by https://github.com/cookpete/auto-changelog: ![image](https://user-images.githubusercontent.com/5960988/99208150-ad6f6c80-27fa-11eb-8be4-cca51b15a852.png)

Currently, the release version on the starting of changelog will always be the HEAD version in package.json, no matter what range I specify, which is bad. Users may need to...

I wanted to flag this issue, it might be affecting other people than me. I have a repository named `panic-fe`, and this yml syntax: ```yaml - name: Production -- Generate...

I'm importing this package into my code and trying to generate a changelog with tags. It always excludes the tagged commits and includes everything between the beginning and end. It...

Before submitting a PR, what are your thoughts for supporting [`npm version`](https://docs.npmjs.com/cli/version). This would have the benefit of working directly within existing npm scripting flows. Also this module could then...

What about adding a way to register custom types? Shouldn't be difficult to add and would be nice for people who don't want their custom types to all be dumped...