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

A small program that will generate a changelog from git repos using "conventional style" commit messages

Results 19 auto-changelog issues
Sort by recently updated
recently updated
newest added

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.29 to 3.1.37. Release notes Sourced from gitpython's releases. 3.1.37 - a proper fix CVE-2023-41040 What's Changed Improve Python version and OS compatibility, fixing deprecations by @​EliahKagan...

dependencies

Can we get a new release tag soon? The master build seems to be much better than 0.5.1 Thanks!

Hello, sorry for bothering you... I've got a simple question. I've some commits not released in the develop branch (I'm working on version 3 of my package). This branch contains...

bug

Implement the feature of npm's auto-changelog to keep an existing change log: [Add to an existing changelog](https://www.npmjs.com/package/auto-changelog#add-to-an-existing-changelog) Add to your current changelog. The generated changelog will be added above this...

feature

My changelogs are currently empty using 0.5.0, while they were fine with 0.4.x. No error messages either.

bug

I propose a new feature to make auto-changelog configurable via config files instead of command line only. To support different use cases I propose the following ways of configuration: 1....

feature

I created this issue to create a somehow common channel to communicate and handle discussions and announcements about whole project.

help wanted

Hello, I add the support for breaking change commit, according to Conventional Commits. ### Exemple: With theses commit messages : ``` feat!: description1 ---------------------------------------------------------------------- feat(scope): description2 BREAKING CHANGE: breaking_change_details ```...

Add support for multiple templates: `-t, --template [template] # specify template to use [compact, keepachangelog, json], default: compact ` TODO: 1. Observe original implementation, comment examples, and differences. 2. Prepare...

feature

Add: `-V, --version # output the version number` Output script package version.

feature