auto-changelog
auto-changelog copied to clipboard
A small program that will generate a changelog from git repos using "conventional style" commit messages
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...
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...
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...
My changelogs are currently empty using 0.5.0, while they were fine with 0.4.x. No error messages either.
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....
I created this issue to create a somehow common channel to communicate and handle discussions and announcements about whole project.
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...