Generate a changelog file from a local git checkout
Project description
Generate Changelog
Use your commit log to make a beautiful changelog file.
generate-changelog
does what it says: it generates a full changelog, or updates an existing one. Git tags and commits are the inputs by which generate-changelog
performs its task.
The primary goal of this tool was to provide the benefits of conventional commits without requiring a strict syntax. generate-changelog
accomplishes this using configurable regular expressions or commit metadata matching. The thought is natural language is easier for developers to remember and requires less tooling to enforce.
Features
Commit and tag processing
- Filter out commits and tags based on regular expression matching.
- Classify commit messages into sections such as "New", "Fixes", and "Changes" using configurable regular expressions, metadata, or custom criteria.
- Rewrite commit summary or commit body using pipelines of actions.
- Extract parts of the commit summary or body into metadata available for templates and filters.
- Built-in issue parsers for Jira, GitHub, Azure DevOps Board.
- Built-in conventional commit parser
Changelog rendering
- Templated using Jinja templates.
- Each template has a large amount of metadata that allows linking to a commit, a version diff, and issue trackers.
- Easily customize just the template you want.
- Supports full or incremental changelog generation.
Release hints
- Can use user-defined rules to suggest a release type for use in another part of your CI pipeline.
Git support
- Supports your merge or rebase workflows and complicated git histories.
- Supports of multi-authors for one commit through configurable trailers key values.
- Built-in parser for turning trailers key values into metadata.
Requirements
Python 3.7 or higher.
Installation
$ pip install generate-changelog
Usage
Create a default configuration file.
$ generate-changelog --generate-config
This creates a file named .changelog-config.yaml
. You can make changes to the default configuration.
Generate your changelog via:
$ generate-changelog
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file generate_changelog-0.10.0.tar.gz
.
File metadata
- Download URL: generate_changelog-0.10.0.tar.gz
- Upload date:
- Size: 58.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b1471eed7201acaad6f4bb43d9672df6a64ac50f32f4551aefd408b9eaac97d |
|
MD5 | 10e2cdbaa49477fc86146d61d0d31187 |
|
BLAKE2b-256 | 483e8942ba0430b33baf334acc05e48680d0b43b6ab59dce13c5e6eed800f760 |
File details
Details for the file generate_changelog-0.10.0-py3-none-any.whl
.
File metadata
- Download URL: generate_changelog-0.10.0-py3-none-any.whl
- Upload date:
- Size: 58.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4903cf0666df4231a4f7a50de9362a01767e5fd8805ef09baa9775fa6df3034 |
|
MD5 | b61ff807ad09ff4339f136b360c242dd |
|
BLAKE2b-256 | 51dad102b523c214f2e49a5eab1a50e5b816ba4e30180dd7797c27c562157b47 |