gitchangelog
gitchangelog copied to clipboard
Creates a changelog from git log history.
I know this is a bit of a cheeky question but, you've created an amazing changelog automation project. However, I can't find a single `CHANGELOG.md` file in your entire github...
When executing a command like `gitchangelog 1.0..5.0`, if any tags like 3.2 show up in a branch, they will be erroneously included into the change log. I have a temporary...
I've noticed that activity on this project has slowed, and I was wondering if you needed some help. Would you consider adding the project to [Code Shelter](https://www.codeshelter.co/)? It's an open...
Gitchangelog is not saving to an output file. Running gitchangelog for the first time. Using the examples provided in your documentation no changelog is created. Can you add a super...
Please, let people know that they can use commit.sha1, commit.sha1_short in templates
[d2to1 is deprecated](https://github.com/embray/d2to1#deprecated). It seems like `setuptools_scm` has overtaken the arena for building Python packages with metadata in `setup.cfg`. When updating `setuptools` for Void Linux, I noticed that its `python3-changelog`...
Hello! I'm starting to use changelogs in my apps and I saw some libraries in js that make similar functionality to this, but I don´t want to use JS in...
``` env/bin/gitchangelog Changelog ========= (unreleased) ------------ - Changelog. [Demitri Swan] - Wip version bump. [Demitri Swan] - Initial patch release. [Demitri Swan] - Initial commit. [Demitri Swan] ``` ``` git...