hussainweb

Results 32 comments of hussainweb
trafficstars

I am not sure what to do with the phpstan error in the static analysis stage. FWIW, this breaks on the `main` branch as well. If I find a fix,...

Hmm... Yes, the commit message could come in via stdin. I must have missed that capability of `prepare` to validate commit messages. I'll look again.

I am not able to find anything relevant in the `prepare` command documentation. So, what I want to do is if the user has entered the commit message: "fix: some...

Ah, that's not what I mean. I wanted to replicate the functionality provided by the `ValidateConventionalCommit`. That only works for CaptainHook right now but as I described originally, I wanted...

In other words, what I am looking for is a way where I can pass a commit message string to `conventional-commits` and it would tell me if that is a...

Awesome and thanks for the discussion. I'll work on a PR in the coming days.

@ramsey, I'm going to write a Github workflow to upload the PHAR file to the Github release. Can you tell me more about your workflow when you create a release?...

Got it. So, what do you think of a workflow that when you create a release manually, a GitHub action runs, creates the PHAR file, and uploads it to the...

@ramsey, it's been a while for me as well but I was finally able to spend time today catching up with my work. The short answer to your question is...

Thanks, @ramsey. I'll start a PR on creating the PHAR file sometime this week.