Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 410 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 410 Bytes

How to contribute to this repo

Required software:

  • git
  • pre-commit
  • poetry

Initial setup

pre-commit install # for pre-commit hooks
poetry install

How to commit

cz commit # on every commit

How to create a new release

NEXTVERSION=$(yes | cz bump --dry-run | sed -n 's/tag to create: \(.*\).*/\1/p')
cz changelog --unreleased-version=$NEXTVERSION
cz bump