Extend the commitizen tools to create conventional commits and README that link to GitHub.
Project description
What is it
cz-github-convention is a plugin for commitizen
What it do
-
Create links to GitHub commits in the CHANGELOG.md
Installation
pip install cz-github-convention
cz init
cz.json
{
"commitizen": {
"name": "cz_github_convention",
"version": "0.0.1",
"tag_format": "v$version",
"github_repo": "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-github-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
Built Distribution
File details
Details for the file cz_github_convention-1.0.0.tar.gz
.
File metadata
- Download URL: cz_github_convention-1.0.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 046355b7412534702c219e9622d176ce4ec8b376eb6a538bee9728cc88c0564a |
|
MD5 | 3f4668d3c72fec8af3a58a26e5f3371e |
|
BLAKE2b-256 | 428c49ab0a66410b3071fe119ea3c32e8949a31c018b04c38c9f2d3fddc1a89d |
File details
Details for the file cz_github_convention-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: cz_github_convention-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db8390fe18c1d2076b2d4c071a26c330a775f929f95eba65238ba1325aeacc04 |
|
MD5 | d61e31cb0be192863af719697f4e987d |
|
BLAKE2b-256 | dfe41987e7411eacad1443de319b88b67b475f981e7bc28d1a97dc13c279d9c0 |