mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-23 06:01:43 -05:00
Conventional commit tooling? #48
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaviriar on GitHub (Sep 20, 2018).
Hi There,
Big fan of this spec. Is there any plans or intentions on writing tooling around this spec i.e. some basic git/hg hooks which can be developed to enforce the conventional commit format?
Would this be a task/project that you would consider to be relevant to the scope of https://github.com/conventional-commits?
@damianopetrungaro commented on GitHub (Sep 20, 2018):
Hello @gaviriar there's no plan, but ideas are welcome!
Anyway there are already a lot of tools that help you generate conventional commits, such as
https://github.com/commitizen/cz-cli or https://github.com/damianopetrungaro/php-commitizen
Did you have something in mind?
@gaviriar commented on GitHub (Oct 3, 2018):
Hi @damianopetrungaro,
Yes, I had seen the commitizen repos, which look pretty sweet! Maybe they satisfy the requirements I was thinking of:
Do the tools you highlighted above to provide such a thing?
@damianopetrungaro commented on GitHub (Oct 3, 2018):
You can use them everywhere you want. It depends how you want to you it.
Yup, you can
@gaviriar commented on GitHub (Oct 3, 2018):
Thanks for the response. Alright then, I guess I need to dig in a bit deeper into commitizen and see if it addresses my needs. Cheers!
@hutson commented on GitHub (Oct 26, 2018):
conventional-commits-parseris another tool that parses commit messages to extract things liketype,scope,issues, etc.