Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 462 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 462 Bytes

cz-nhm

This is a commitizen config used by the Natural History Museum's Informatics team.

Install with:

pip install git+https://github.com/NaturalHistoryMuseum/cz-nhm.git

Then use by setting the commitizen config name to cz_nhm, e.g. in pyproject.toml:

[tool.commitizen]
name = "cz_nhm"
version = "1.0.0"
tag_format = "v$version"
version_files = [
    "pyproject.toml:version"
]