Support Conventional Commits Specification as a task #929
Replies: 2 comments 1 reply
-
Hi @hussainweb, Sounds good! The existing Feel free to suggest a PR. |
Beta Was this translation helpful? Give feedback.
-
That makes sense and I am happy you're open to it. Unfortunately, it seems that using the example you gave would need some work. It has a lot of dependencies, most notably CaptainHook. I don't think that people would use GrumPHP together with CaptainHook. There is no PHAR release either. I am searching for other packages that do this or just rewrite a similar parser class within GrumPHP. Would you be open to that approach? |
Beta Was this translation helpful? Give feedback.
-
I am thinking about using conventional commits as a standard for our projects and was looking at how to enforce that with GrumPHP. Now, this is not hard to implement via the existing
git_commit_message
task but I am thinking it could be made so much simpler for users by adding a new task for this.I am happy to write a PR and help test it but I wanted to know what the maintainers thought about this change first. In my mind, I would create a new task class and extend the existing
GrumPHP\Task\Git\CommitMessage
task. Would you rather prefer another approach or not have this at all?Beta Was this translation helpful? Give feedback.
All reactions