Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cz_github_convention-1.0.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

cz_github_convention-1.0.0-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page