A simple command line utility to produce a CHANGELOG.md file from the commit differences between two GitLab project branches.
Python 3.6 or Python 3.7 are required to run this utility.
This utility can be installed through pip by running the following command:
pip install gitlab-changelog-generator
changegen --ip localhost --group test-projects --project test-project --branches master release --version 1.1
Tests for this project utilise the Pytest framework. To run the existing suite of unit tests run the following command within the root directory:
pytest
All Python code has been formatted by Black, 'the uncompromising Python code formatter'.
Type checking has been provided by Pyre.
Continuous integration is handled by Travis CI.
See LICENSE.md.