Skip to content

NRWLDev/changelog-gen

Repository files navigation

Changelog Generator - v0.9.10

image image image style tests codecov

Details

changelog-gen is a CHANGELOG generator intended to be used in conjunction with bump-my-version to generate changelogs and create release tags.

See the docs for more details.

Migrating to 0.9 (Conventioanl Commit support)

Check the discussion here for details on how to update usage to maintain legacy functionality or move over to new features.

Installation

pip install changelog-gen[bump-my-version]   # recommended

pip install changelog-gen[bump2version]  # bump2version support will be dropped in the future

or clone this repo and install with poetry.

poetry install --extras=bump-my-version

Contributing

This project uses pre-commit hooks, please run pre-commit install after cloning and installing dev dependencies.