Extend the commitizen tools to create conventional commits and CHANGELOG that link to git providers.
Project description
Intro
What is it
cz-github-convention is a plugin for commitizen
What it do
Create links to commits & author info in the CHANGELOG.md
Installation
pip install cz-convention
cz init
Config sample
cz.json
{
"commitizen": {
"name": "cz_github_convention",
"version": "0.0.1",
"tag_format": "v$version",
"git_provider": "github",
"repo_url": "https://github.com/superman/super-project"
}
}
.pre-commit-config.yaml
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.38.0
hooks:
- id: commitizen
stages: [commit-msg]
additional_dependencies: [cz-convention]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cz_convention-2.0.0.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file cz_convention-2.0.0.tar.gz
.
File metadata
- Download URL: cz_convention-2.0.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73915a9b4fffba7d1a1f7cff3bb55d62389d6c1c32c52653c99b6a5851306f91 |
|
MD5 | c641c56b1737197af2f5af8f4507f8ab |
|
BLAKE2b-256 | 19d9711b04e3d61daccefc52bdf0d7bb3e99fcdd7d0f359c1b79b6a7f86e2897 |
File details
Details for the file cz_convention-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: cz_convention-2.0.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51c98e2c180e67a9d518035569fdd842a17a51a6a385f46c020a853cac4c546a |
|
MD5 | 352cd284da6d0bc3dcbd41b549aa7fc7 |
|
BLAKE2b-256 | f009e9f798d2e3450af01938e67ca996bff555e633f648ca34fd6a4f9cdf728f |