gitchangelog icon indicating copy to clipboard operation
gitchangelog copied to clipboard

Creates a changelog from git log history.

Results 52 gitchangelog issues
Sort by recently updated
recently updated
newest added

The changelog may contain commits that have been reverted. A warning line is added on each of these commits. Why ? Before we publish, one team member will revise and...

Currently, changelogs of old (rarely modified) branches include latest tags from master (and corresponding commits), which are not relevant to the branches.

It seems there's a chicken-and-egg problem: when I generate a changelog (that I want to include in the release), the new version to be made is (obviously) missing from the...

doc

Error: Exception while running 'gitchangelog': | Traceback (most recent call last): | File "/home/gt0015/Development/Python/envs/acdc/local/lib/python2.7/site-packages/gitchangelog/gitchangelog.py", line 1967, in main | log_encoding=log_encoding, | File "/home/gt0015/Development/Python/envs/acdc/local/lib/python2.7/site-packages/gitchangelog/gitchangelog.py", line 1653, in changelog | first_version =...

Hi @vaab, Thank you very much for your very interesting project. I plan to use it at work, and to learn from your code, since I am a Python beginner....

bug

Greetings, I just stumbled with this cool package. I would like to use it to automatically parse the git history according to the [Odoo guidelines]. Herewith an [example]. From what...

Can you provide angularJS template: https://github.com/ajoslin/conventional-changelog/blob/master/CONVENTIONS.md - GNU changelog format ? http://www.gnu.org/prep/standards/html_node/Style-of-Change-Logs.html - Debian changelog format ? https://www.debian.org/doc/debian-policy/ch-source.html#s-dpkgchangelog - Markdown format would be great also. Some random links about thoughts...

feature

When using annotated tags, a message is attached to the object. Currently, gitchangelog does not do anything with this message. But it could make sense to add it to the...

In some case, we can want to generate sort of a sub-changelog in a subdirectory. For instance, you could be using a framework supporting addons/modules. Each of which are not...

feature

The test "oracle" data to plain files and probably factorize much of the actual tests. This will improve the readability and writability of tests.

idea