ariatemplates/git-release-notes

How to filter commits without startwith feat or fix type?

Closed this issue · 5 comments

Hi, There are four type commits in my project, and I want output commits which type is "feat" or "fix". How should the command be?

My commit follow below format:

feat(scope): subject

  - change1
  - change2

Do you mean you want to filter only two of the four types and ignore commits that are not feat or fix?

Oh sorry, I should've inferred from the title 🤦

It's not possible at the time but it's not too difficult to implement. When processing the title we need a way to filter out unknown types

Fancy writing a PR?

This could be fixed by #7

Thanks!
This sounds interesting, but I have too much on my plate at the moment.(^__^)