cookieninja-generator / cookieninja

A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects - a cookiecutter fork
BSD 3-Clause "New" or "Revised" License
68 stars 7 forks source link

Enforce commit messages to use the Conventional Commit format #54

Open yuvaldolev opened 1 year ago

yuvaldolev commented 1 year ago

Commit messages should be enforced to use the Conventional Commit format, this should be done using the commitlint tool, in both pre-commit and CI