gitchangelog
gitchangelog copied to clipboard
Creates a changelog from git log history.
Fresh install in a Miniconda environment, on Windows 10. Running `gitchangelog` in the command line, in a git repository, gives the error in the title; no other information or stack...
Hello there. I was preparing an Arch User Repository (AUR) package for a tool which uses gitchangelog. Hence, I also made an AUR Package for gitchangelog as well. You can...
Hello! Consider a tag list like this: ```bash git tag --list v0.7 v0.8 v1.0 v1.0.5 v1.1.0-rc1 v1.1.1-hotfix ``` In order to match these tags, I've modified `.gitchangelog.rc` with ```python tag_filter_regexp...
Documentation in the reference config file says this: ``` ## Any commit having its full commit message matching any regexp listed here ## will be ignored and won't be reported...
I have changed the section headers from an h3 to just bold, as I think there is too much visual clutter in the Markdown template, as most elements are headers....
This introduces a new optional 'path' config file parameter which allows end-users to run 'git log ... [path]' instead of 'git log ...'. The net effect here is this makes...
Hi, the doc says it is possible to use trailers. However, can custom trailers really be accessed from the templates? I didn't manage to make it work and it doesn't...
When I tried to build gitchangelog on opensuse build service to create a rpm package I got the following error: ``` [ 44s] + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' [...
**Context** First of all I would like to say thanks for this nice project. I am working on a monorepo project that we split down the functionality based on the...